Shades of California #E08E3E
Tints of California #E08E3E
RGB
CMYK
RGB Variations
Color information
#E08E3E (or 0xE08E3E) is known color: California. HEX triplet: E0, 8E and 3E. RGB value is (224,142,62). Sum of RGB (Red+Green+Blue) = 224+142+62=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E3E is #1F71C1. Grayscale: #9D9D9D. Windows color (decimal): -2060738 or 4099808. OLE color: 4099808.
HSL color Cylindrical-coordinate representation of color #E08E3E: hue angle of 29.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E08E3E is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 62 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.12 |
| HSL | 29.63º | 0.72% | 0.56% | - |
| HSV(B) | 29.63º | 0.72% | 0.88% | - |
| XYZ | 41.28 | 35.54 | 9.24 | - |
| YUV | 157.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 62 | 0 | 0.37 | 0.72 | 0.12 | 29.63 | 0.72 | 0.56 |
| Hex | E0 | 8E | 3E | 0 | 25 | 48 | C | 1E | 48 | 38 |
| Octal | 340 | 216 | 76 | 0 | 45 | 110 | 14 | 36 | 110 | 70 |
| Binary | 11100000 | 10001110 | 111110 | 0 | 100101 | 1001000 | 1100 | 11110 | 1001000 | 111000 |
Color Harmonies of #E08E3E
Complementary color
Monochromatic Colors of #E08E3E
Black with #E08E3E
Text Example
Text Example
White with #E08E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E3E; }
p { color: rgb(224,142,62); }
H1.HeaderClassName
{
color: #E08E3E;
}
.AnyTagClassName
{
color: #E08E3E;
}
</style>
background-color css
<style>
a { background-color: #E08E3E; }
a { background-color: rgb(224,142,62); }
div.DivClassName
{
background-color: #E08E3E;
}
.BgClassName
{
background-color: #E08E3E;
}
</style>
border-color css
<style>
span { border-color: #E08E3E; }
span { border-color: rgb(224,142,62); }
td.TdClassName
{
border-color: #E08E3E;
}
.TagClassName
{
border-color: #E08E3E;
}
</style>