Shades of California #E08C42
Tints of California #E08C42
RGB
CMYK
RGB Variations
Color information
#E08C42 (or 0xE08C42) is known color: California. HEX triplet: E0, 8C and 42. RGB value is (224,140,66). Sum of RGB (Red+Green+Blue) = 224+140+66=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C42 is #1F73BD. Grayscale: #9D9D9D. Windows color (decimal): -2061246 or 4361440. OLE color: 4361440.
HSL color Cylindrical-coordinate representation of color #E08C42: hue angle of 28.1º degrees, saturation: 0.72, 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 #E08C42 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 66 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.12 |
| HSL | 28.1º | 0.72% | 0.57% | - |
| HSV(B) | 28.1º | 0.71% | 0.88% | - |
| XYZ | 41.1 | 35 | 9.74 | - |
| YUV | 156.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 66 | 0 | 0.38 | 0.71 | 0.12 | 28.1 | 0.72 | 0.57 |
| Hex | E0 | 8C | 42 | 0 | 26 | 47 | C | 1C | 48 | 39 |
| Octal | 340 | 214 | 102 | 0 | 46 | 107 | 14 | 34 | 110 | 71 |
| Binary | 11100000 | 10001100 | 1000010 | 0 | 100110 | 1000111 | 1100 | 11100 | 1001000 | 111001 |
Color Harmonies of #E08C42
Complementary color
Monochromatic Colors of #E08C42
Black with #E08C42
Text Example
Text Example
White with #E08C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C42; }
p { color: rgb(224,140,66); }
H1.HeaderClassName
{
color: #E08C42;
}
.AnyTagClassName
{
color: #E08C42;
}
</style>
background-color css
<style>
a { background-color: #E08C42; }
a { background-color: rgb(224,140,66); }
div.DivClassName
{
background-color: #E08C42;
}
.BgClassName
{
background-color: #E08C42;
}
</style>
border-color css
<style>
span { border-color: #E08C42; }
span { border-color: rgb(224,140,66); }
td.TdClassName
{
border-color: #E08C42;
}
.TagClassName
{
border-color: #E08C42;
}
</style>