Shades of California #E59136
Tints of California #E59136
RGB
CMYK
RGB Variations
Color information
#E59136 (or 0xE59136) is known color: California. HEX triplet: E5, 91 and 36. RGB value is (229,145,54). Sum of RGB (Red+Green+Blue) = 229+145+54=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E59136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59136 is #1A6EC9. Grayscale: #A0A0A0. Windows color (decimal): -1732298 or 3576293. OLE color: 3576293.
HSL color Cylindrical-coordinate representation of color #E59136: hue angle of 31.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E59136 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 54 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.10 |
| HSL | 31.2º | 0.77% | 0.55% | - |
| HSV(B) | 31.2º | 0.76% | 0.9% | - |
| XYZ | 43.1 | 37.18 | 8.39 | - |
| YUV | 159.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 54 | 0 | 0.37 | 0.76 | 0.10 | 31.2 | 0.77 | 0.55 |
| Hex | E5 | 91 | 36 | 0 | 25 | 4C | A | 1F | 4D | 37 |
| Octal | 345 | 221 | 66 | 0 | 45 | 114 | 12 | 37 | 115 | 67 |
| Binary | 11100101 | 10010001 | 110110 | 0 | 100101 | 1001100 | 1010 | 11111 | 1001101 | 110111 |
Color Harmonies of #E59136
Complementary color
Monochromatic Colors of #E59136
Black with #E59136
Text Example
Text Example
White with #E59136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59136; }
p { color: rgb(229,145,54); }
H1.HeaderClassName
{
color: #E59136;
}
.AnyTagClassName
{
color: #E59136;
}
</style>
background-color css
<style>
a { background-color: #E59136; }
a { background-color: rgb(229,145,54); }
div.DivClassName
{
background-color: #E59136;
}
.BgClassName
{
background-color: #E59136;
}
</style>
border-color css
<style>
span { border-color: #E59136; }
span { border-color: rgb(229,145,54); }
td.TdClassName
{
border-color: #E59136;
}
.TagClassName
{
border-color: #E59136;
}
</style>