Shades of California #E29239
Tints of California #E29239
RGB
CMYK
RGB Variations
Color information
#E29239 (or 0xE29239) is known color: California. HEX triplet: E2, 92 and 39. RGB value is (226,146,57). Sum of RGB (Red+Green+Blue) = 226+146+57=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E29239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29239 is #1D6DC6. Grayscale: #A0A0A0. Windows color (decimal): -1928647 or 3773154. OLE color: 3773154.
HSL color Cylindrical-coordinate representation of color #E29239: hue angle of 31.6º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E29239 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 57 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.11 |
| HSL | 31.6º | 0.74% | 0.55% | - |
| HSV(B) | 31.6º | 0.75% | 0.89% | - |
| XYZ | 42.38 | 37.02 | 8.78 | - |
| YUV | 159.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 57 | 0 | 0.35 | 0.75 | 0.11 | 31.6 | 0.74 | 0.55 |
| Hex | E2 | 92 | 39 | 0 | 23 | 4B | B | 20 | 4A | 37 |
| Octal | 342 | 222 | 71 | 0 | 43 | 113 | 13 | 40 | 112 | 67 |
| Binary | 11100010 | 10010010 | 111001 | 0 | 100011 | 1001011 | 1011 | 100000 | 1001010 | 110111 |
Color Harmonies of #E29239
Complementary color
Monochromatic Colors of #E29239
Black with #E29239
Text Example
Text Example
White with #E29239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29239; }
p { color: rgb(226,146,57); }
H1.HeaderClassName
{
color: #E29239;
}
.AnyTagClassName
{
color: #E29239;
}
</style>
background-color css
<style>
a { background-color: #E29239; }
a { background-color: rgb(226,146,57); }
div.DivClassName
{
background-color: #E29239;
}
.BgClassName
{
background-color: #E29239;
}
</style>
border-color css
<style>
span { border-color: #E29239; }
span { border-color: rgb(226,146,57); }
td.TdClassName
{
border-color: #E29239;
}
.TagClassName
{
border-color: #E29239;
}
</style>