Shades of California #E09137
Tints of California #E09137
RGB
CMYK
RGB Variations
Color information
#E09137 (or 0xE09137) is known color: California. HEX triplet: E0, 91 and 37. RGB value is (224,145,55). Sum of RGB (Red+Green+Blue) = 224+145+55=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E09137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09137 is #1F6EC8. Grayscale: #9E9E9E. Windows color (decimal): -2059977 or 3641824. OLE color: 3641824.
HSL color Cylindrical-coordinate representation of color #E09137: hue angle of 31.95º 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 #E09137 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 55 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.12 |
| HSL | 31.95º | 0.73% | 0.55% | - |
| HSV(B) | 31.95º | 0.75% | 0.88% | - |
| XYZ | 41.56 | 36.37 | 8.45 | - |
| YUV | 158.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 55 | 0 | 0.35 | 0.75 | 0.12 | 31.95 | 0.73 | 0.55 |
| Hex | E0 | 91 | 37 | 0 | 23 | 4B | C | 20 | 49 | 37 |
| Octal | 340 | 221 | 67 | 0 | 43 | 113 | 14 | 40 | 111 | 67 |
| Binary | 11100000 | 10010001 | 110111 | 0 | 100011 | 1001011 | 1100 | 100000 | 1001001 | 110111 |
Color Harmonies of #E09137
Complementary color
Monochromatic Colors of #E09137
Black with #E09137
Text Example
Text Example
White with #E09137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09137; }
p { color: rgb(224,145,55); }
H1.HeaderClassName
{
color: #E09137;
}
.AnyTagClassName
{
color: #E09137;
}
</style>
background-color css
<style>
a { background-color: #E09137; }
a { background-color: rgb(224,145,55); }
div.DivClassName
{
background-color: #E09137;
}
.BgClassName
{
background-color: #E09137;
}
</style>
border-color css
<style>
span { border-color: #E09137; }
span { border-color: rgb(224,145,55); }
td.TdClassName
{
border-color: #E09137;
}
.TagClassName
{
border-color: #E09137;
}
</style>