Shades of California #E09136
Tints of California #E09136
RGB
CMYK
RGB Variations
Color information
#E09136 (or 0xE09136) is known color: California. HEX triplet: E0, 91 and 36. RGB value is (224,145,54). Sum of RGB (Red+Green+Blue) = 224+145+54=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E09136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09136 is #1F6EC9. Grayscale: #9E9E9E. Windows color (decimal): -2059978 or 3576288. OLE color: 3576288.
HSL color Cylindrical-coordinate representation of color #E09136: hue angle of 32.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E09136 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 54 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.12 |
| HSL | 32.12º | 0.73% | 0.55% | - |
| HSV(B) | 32.12º | 0.76% | 0.88% | - |
| XYZ | 41.53 | 36.36 | 8.32 | - |
| YUV | 158.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 54 | 0 | 0.35 | 0.76 | 0.12 | 32.12 | 0.73 | 0.55 |
| Hex | E0 | 91 | 36 | 0 | 23 | 4C | C | 20 | 49 | 37 |
| Octal | 340 | 221 | 66 | 0 | 43 | 114 | 14 | 40 | 111 | 67 |
| Binary | 11100000 | 10010001 | 110110 | 0 | 100011 | 1001100 | 1100 | 100000 | 1001001 | 110111 |
Color Harmonies of #E09136
Complementary color
Monochromatic Colors of #E09136
Black with #E09136
Text Example
Text Example
White with #E09136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09136; }
p { color: rgb(224,145,54); }
H1.HeaderClassName
{
color: #E09136;
}
.AnyTagClassName
{
color: #E09136;
}
</style>
background-color css
<style>
a { background-color: #E09136; }
a { background-color: rgb(224,145,54); }
div.DivClassName
{
background-color: #E09136;
}
.BgClassName
{
background-color: #E09136;
}
</style>
border-color css
<style>
span { border-color: #E09136; }
span { border-color: rgb(224,145,54); }
td.TdClassName
{
border-color: #E09136;
}
.TagClassName
{
border-color: #E09136;
}
</style>