Shades of California #E08E3C
Tints of California #E08E3C
RGB
CMYK
RGB Variations
Color information
#E08E3C (or 0xE08E3C) is known color: California. HEX triplet: E0, 8E and 3C. RGB value is (224,142,60). Sum of RGB (Red+Green+Blue) = 224+142+60=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E3C is #1F71C3. Grayscale: #9D9D9D. Windows color (decimal): -2060740 or 3968736. OLE color: 3968736.
HSL color Cylindrical-coordinate representation of color #E08E3C: hue angle of 30º 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 #E08E3C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 60 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.12 |
| HSL | 30º | 0.73% | 0.56% | - |
| HSV(B) | 30º | 0.73% | 0.88% | - |
| XYZ | 41.23 | 35.52 | 8.96 | - |
| YUV | 157.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 60 | 0 | 0.37 | 0.73 | 0.12 | 30 | 0.73 | 0.56 |
| Hex | E0 | 8E | 3C | 0 | 25 | 49 | C | 1E | 49 | 38 |
| Octal | 340 | 216 | 74 | 0 | 45 | 111 | 14 | 36 | 111 | 70 |
| Binary | 11100000 | 10001110 | 111100 | 0 | 100101 | 1001001 | 1100 | 11110 | 1001001 | 111000 |
Color Harmonies of #E08E3C
Complementary color
Monochromatic Colors of #E08E3C
Black with #E08E3C
Text Example
Text Example
White with #E08E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E3C; }
p { color: rgb(224,142,60); }
H1.HeaderClassName
{
color: #E08E3C;
}
.AnyTagClassName
{
color: #E08E3C;
}
</style>
background-color css
<style>
a { background-color: #E08E3C; }
a { background-color: rgb(224,142,60); }
div.DivClassName
{
background-color: #E08E3C;
}
.BgClassName
{
background-color: #E08E3C;
}
</style>
border-color css
<style>
span { border-color: #E08E3C; }
span { border-color: rgb(224,142,60); }
td.TdClassName
{
border-color: #E08E3C;
}
.TagClassName
{
border-color: #E08E3C;
}
</style>