Shades of California #E08C37
Tints of California #E08C37
RGB
CMYK
RGB Variations
Color information
#E08C37 (or 0xE08C37) is known color: California. HEX triplet: E0, 8C and 37. RGB value is (224,140,55). Sum of RGB (Red+Green+Blue) = 224+140+55=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C37 is #1F73C8. Grayscale: #9B9B9B. Windows color (decimal): -2061257 or 3640544. OLE color: 3640544.
HSL color Cylindrical-coordinate representation of color #E08C37: hue angle of 30.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E08C37 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 55 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.12 |
| HSL | 30.18º | 0.73% | 0.55% | - |
| HSV(B) | 30.18º | 0.75% | 0.88% | - |
| XYZ | 40.81 | 34.88 | 8.2 | - |
| YUV | 155.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 55 | 0 | 0.38 | 0.75 | 0.12 | 30.18 | 0.73 | 0.55 |
| Hex | E0 | 8C | 37 | 0 | 26 | 4B | C | 1E | 49 | 37 |
| Octal | 340 | 214 | 67 | 0 | 46 | 113 | 14 | 36 | 111 | 67 |
| Binary | 11100000 | 10001100 | 110111 | 0 | 100110 | 1001011 | 1100 | 11110 | 1001001 | 110111 |
Color Harmonies of #E08C37
Complementary color
Monochromatic Colors of #E08C37
Black with #E08C37
Text Example
Text Example
White with #E08C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C37; }
p { color: rgb(224,140,55); }
H1.HeaderClassName
{
color: #E08C37;
}
.AnyTagClassName
{
color: #E08C37;
}
</style>
background-color css
<style>
a { background-color: #E08C37; }
a { background-color: rgb(224,140,55); }
div.DivClassName
{
background-color: #E08C37;
}
.BgClassName
{
background-color: #E08C37;
}
</style>
border-color css
<style>
span { border-color: #E08C37; }
span { border-color: rgb(224,140,55); }
td.TdClassName
{
border-color: #E08C37;
}
.TagClassName
{
border-color: #E08C37;
}
</style>