Shades of California #E18A41
Tints of California #E18A41
RGB
CMYK
RGB Variations
Color information
#E18A41 (or 0xE18A41) is known color: California. HEX triplet: E1, 8A and 41. RGB value is (225,138,65). Sum of RGB (Red+Green+Blue) = 225+138+65=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A41 is #1E75BE. Grayscale: #9C9C9C. Windows color (decimal): -1996223 or 4295393. OLE color: 4295393.
HSL color Cylindrical-coordinate representation of color #E18A41: hue angle of 27.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E18A41 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 65 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.12 |
| HSL | 27.38º | 0.73% | 0.57% | - |
| HSV(B) | 27.38º | 0.71% | 0.88% | - |
| XYZ | 41.09 | 34.57 | 9.51 | - |
| YUV | 155.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 65 | 0 | 0.39 | 0.71 | 0.12 | 27.38 | 0.73 | 0.57 |
| Hex | E1 | 8A | 41 | 0 | 27 | 47 | C | 1B | 49 | 39 |
| Octal | 341 | 212 | 101 | 0 | 47 | 107 | 14 | 33 | 111 | 71 |
| Binary | 11100001 | 10001010 | 1000001 | 0 | 100111 | 1000111 | 1100 | 11011 | 1001001 | 111001 |
Color Harmonies of #E18A41
Complementary color
Monochromatic Colors of #E18A41
Black with #E18A41
Text Example
Text Example
White with #E18A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A41; }
p { color: rgb(225,138,65); }
H1.HeaderClassName
{
color: #E18A41;
}
.AnyTagClassName
{
color: #E18A41;
}
</style>
background-color css
<style>
a { background-color: #E18A41; }
a { background-color: rgb(225,138,65); }
div.DivClassName
{
background-color: #E18A41;
}
.BgClassName
{
background-color: #E18A41;
}
</style>
border-color css
<style>
span { border-color: #E18A41; }
span { border-color: rgb(225,138,65); }
td.TdClassName
{
border-color: #E18A41;
}
.TagClassName
{
border-color: #E18A41;
}
</style>