Shades of California #E08937
Tints of California #E08937
RGB
CMYK
RGB Variations
Color information
#E08937 (or 0xE08937) is known color: California. HEX triplet: E0, 89 and 37. RGB value is (224,137,55). Sum of RGB (Red+Green+Blue) = 224+137+55=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E08937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08937 is #1F76C8. Grayscale: #9A9A9A. Windows color (decimal): -2062025 or 3639776. OLE color: 3639776.
HSL color Cylindrical-coordinate representation of color #E08937: hue angle of 29.11º 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 #E08937 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 55 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.12 |
| HSL | 29.11º | 0.73% | 0.55% | - |
| HSV(B) | 29.11º | 0.75% | 0.88% | - |
| XYZ | 40.38 | 34.01 | 8.05 | - |
| YUV | 153.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 55 | 0 | 0.39 | 0.75 | 0.12 | 29.11 | 0.73 | 0.55 |
| Hex | E0 | 89 | 37 | 0 | 27 | 4B | C | 1D | 49 | 37 |
| Octal | 340 | 211 | 67 | 0 | 47 | 113 | 14 | 35 | 111 | 67 |
| Binary | 11100000 | 10001001 | 110111 | 0 | 100111 | 1001011 | 1100 | 11101 | 1001001 | 110111 |
Color Harmonies of #E08937
Complementary color
Monochromatic Colors of #E08937
Black with #E08937
Text Example
Text Example
White with #E08937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08937; }
p { color: rgb(224,137,55); }
H1.HeaderClassName
{
color: #E08937;
}
.AnyTagClassName
{
color: #E08937;
}
</style>
background-color css
<style>
a { background-color: #E08937; }
a { background-color: rgb(224,137,55); }
div.DivClassName
{
background-color: #E08937;
}
.BgClassName
{
background-color: #E08937;
}
</style>
border-color css
<style>
span { border-color: #E08937; }
span { border-color: rgb(224,137,55); }
td.TdClassName
{
border-color: #E08937;
}
.TagClassName
{
border-color: #E08937;
}
</style>