Shades of California #E29132
Tints of California #E29132
RGB
CMYK
RGB Variations
Color information
#E29132 (or 0xE29132) is known color: California. HEX triplet: E2, 91 and 32. RGB value is (226,145,50). Sum of RGB (Red+Green+Blue) = 226+145+50=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E29132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29132 is #1D6ECD. Grayscale: #9E9E9E. Windows color (decimal): -1928910 or 3314146. OLE color: 3314146.
HSL color Cylindrical-coordinate representation of color #E29132: hue angle of 32.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E29132 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 50 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.11 |
| HSL | 32.39º | 0.75% | 0.54% | - |
| HSV(B) | 32.39º | 0.78% | 0.89% | - |
| XYZ | 42.07 | 36.65 | 7.87 | - |
| YUV | 158.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 50 | 0 | 0.36 | 0.78 | 0.11 | 32.39 | 0.75 | 0.54 |
| Hex | E2 | 91 | 32 | 0 | 24 | 4E | B | 20 | 4B | 36 |
| Octal | 342 | 221 | 62 | 0 | 44 | 116 | 13 | 40 | 113 | 66 |
| Binary | 11100010 | 10010001 | 110010 | 0 | 100100 | 1001110 | 1011 | 100000 | 1001011 | 110110 |
Color Harmonies of #E29132
Complementary color
Monochromatic Colors of #E29132
Black with #E29132
Text Example
Text Example
White with #E29132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29132; }
p { color: rgb(226,145,50); }
H1.HeaderClassName
{
color: #E29132;
}
.AnyTagClassName
{
color: #E29132;
}
</style>
background-color css
<style>
a { background-color: #E29132; }
a { background-color: rgb(226,145,50); }
div.DivClassName
{
background-color: #E29132;
}
.BgClassName
{
background-color: #E29132;
}
</style>
border-color css
<style>
span { border-color: #E29132; }
span { border-color: rgb(226,145,50); }
td.TdClassName
{
border-color: #E29132;
}
.TagClassName
{
border-color: #E29132;
}
</style>