Random Color Generator

#e26228 Color

Color Codes
Hex Code #e26228
RGB Code rgb(226, 98, 40)
HSL Code hsl(19, 76%, 52%)

#e26228 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(226, 98, 40);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(19, 76%, 52%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #e26228

RGB Code Hex Code Preview
rgb(226, 98, 40, 10%) #e262281a  
rgb(226, 98, 40, 20%) #e2622833  
rgb(226, 98, 40, 40%) #e262284C  
rgb(226, 98, 40, 60%) #e2622899  
rgb(226, 98, 40, 80%) #e26228CC  
rgb(226, 98, 40, 100%) #e26228FF  

Saturated and desaturated colors of #e26228

HSL Code Preview
hsl(19, 10%, 52%)  
hsl(19, 20%, 52%)  
hsl(19, 40%, 52%)  
hsl(19, 60%, 52%)  
hsl(19, 80%, 52%)  
hsl(19, 100%, 52%)  

#e26228 Color Usage In CSS

 body {
    color: #e26228;
    }
 p {
    color: rgb(226, 98, 40);
    }
 header {
    border-bottom:1px solid #e26228;
    }
Recent Random Colors