Shades of California #E29136
Tints of California #E29136
RGB
CMYK
RGB Variations
Color information
#E29136 (or 0xE29136) is known color: California. HEX triplet: E2, 91 and 36. RGB value is (226,145,54). Sum of RGB (Red+Green+Blue) = 226+145+54=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E29136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29136 is #1D6EC9. Grayscale: #9F9F9F. Windows color (decimal): -1928906 or 3576290. OLE color: 3576290.
HSL color Cylindrical-coordinate representation of color #E29136: hue angle of 31.74º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E29136 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 54 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.11 |
| HSL | 31.74º | 0.75% | 0.55% | - |
| HSV(B) | 31.74º | 0.76% | 0.89% | - |
| XYZ | 42.16 | 36.69 | 8.35 | - |
| YUV | 158.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 54 | 0 | 0.36 | 0.76 | 0.11 | 31.74 | 0.75 | 0.55 |
| Hex | E2 | 91 | 36 | 0 | 24 | 4C | B | 20 | 4B | 37 |
| Octal | 342 | 221 | 66 | 0 | 44 | 114 | 13 | 40 | 113 | 67 |
| Binary | 11100010 | 10010001 | 110110 | 0 | 100100 | 1001100 | 1011 | 100000 | 1001011 | 110111 |
Color Harmonies of #E29136
Complementary color
Monochromatic Colors of #E29136
Black with #E29136
Text Example
Text Example
White with #E29136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29136; }
p { color: rgb(226,145,54); }
H1.HeaderClassName
{
color: #E29136;
}
.AnyTagClassName
{
color: #E29136;
}
</style>
background-color css
<style>
a { background-color: #E29136; }
a { background-color: rgb(226,145,54); }
div.DivClassName
{
background-color: #E29136;
}
.BgClassName
{
background-color: #E29136;
}
</style>
border-color css
<style>
span { border-color: #E29136; }
span { border-color: rgb(226,145,54); }
td.TdClassName
{
border-color: #E29136;
}
.TagClassName
{
border-color: #E29136;
}
</style>