Shades of California #E29034
Tints of California #E29034
RGB
CMYK
RGB Variations
Color information
#E29034 (or 0xE29034) is known color: California. HEX triplet: E2, 90 and 34. RGB value is (226,144,52). Sum of RGB (Red+Green+Blue) = 226+144+52=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E29034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29034 is #1D6FCB. Grayscale: #9E9E9E. Windows color (decimal): -1929164 or 3444962. OLE color: 3444962.
HSL color Cylindrical-coordinate representation of color #E29034: hue angle of 31.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E29034 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 52 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.11 |
| HSL | 31.72º | 0.75% | 0.55% | - |
| HSV(B) | 31.72º | 0.77% | 0.89% | - |
| XYZ | 41.96 | 36.36 | 8.06 | - |
| YUV | 158.03 | 68.17 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 52 | 0 | 0.36 | 0.77 | 0.11 | 31.72 | 0.75 | 0.55 |
| Hex | E2 | 90 | 34 | 0 | 24 | 4D | B | 20 | 4B | 37 |
| Octal | 342 | 220 | 64 | 0 | 44 | 115 | 13 | 40 | 113 | 67 |
| Binary | 11100010 | 10010000 | 110100 | 0 | 100100 | 1001101 | 1011 | 100000 | 1001011 | 110111 |
Color Harmonies of #E29034
Complementary color
Monochromatic Colors of #E29034
Black with #E29034
Text Example
Text Example
White with #E29034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29034; }
p { color: rgb(226,144,52); }
H1.HeaderClassName
{
color: #E29034;
}
.AnyTagClassName
{
color: #E29034;
}
</style>
background-color css
<style>
a { background-color: #E29034; }
a { background-color: rgb(226,144,52); }
div.DivClassName
{
background-color: #E29034;
}
.BgClassName
{
background-color: #E29034;
}
</style>
border-color css
<style>
span { border-color: #E29034; }
span { border-color: rgb(226,144,52); }
td.TdClassName
{
border-color: #E29034;
}
.TagClassName
{
border-color: #E29034;
}
</style>