Shades of California #E18E3C
Tints of California #E18E3C
RGB
CMYK
RGB Variations
Color information
#E18E3C (or 0xE18E3C) is known color: California. HEX triplet: E1, 8E and 3C. RGB value is (225,142,60). Sum of RGB (Red+Green+Blue) = 225+142+60=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E3C is #1E71C3. Grayscale: #9D9D9D. Windows color (decimal): -1995204 or 3968737. OLE color: 3968737.
HSL color Cylindrical-coordinate representation of color #E18E3C: hue angle of 29.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E18E3C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 60 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.12 |
| HSL | 29.82º | 0.73% | 0.56% | - |
| HSV(B) | 29.82º | 0.73% | 0.88% | - |
| XYZ | 41.54 | 35.68 | 8.97 | - |
| YUV | 157.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 60 | 0 | 0.37 | 0.73 | 0.12 | 29.82 | 0.73 | 0.56 |
| Hex | E1 | 8E | 3C | 0 | 25 | 49 | C | 1E | 49 | 38 |
| Octal | 341 | 216 | 74 | 0 | 45 | 111 | 14 | 36 | 111 | 70 |
| Binary | 11100001 | 10001110 | 111100 | 0 | 100101 | 1001001 | 1100 | 11110 | 1001001 | 111000 |
Color Harmonies of #E18E3C
Complementary color
Monochromatic Colors of #E18E3C
Black with #E18E3C
Text Example
Text Example
White with #E18E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E3C; }
p { color: rgb(225,142,60); }
H1.HeaderClassName
{
color: #E18E3C;
}
.AnyTagClassName
{
color: #E18E3C;
}
</style>
background-color css
<style>
a { background-color: #E18E3C; }
a { background-color: rgb(225,142,60); }
div.DivClassName
{
background-color: #E18E3C;
}
.BgClassName
{
background-color: #E18E3C;
}
</style>
border-color css
<style>
span { border-color: #E18E3C; }
span { border-color: rgb(225,142,60); }
td.TdClassName
{
border-color: #E18E3C;
}
.TagClassName
{
border-color: #E18E3C;
}
</style>