Shades of California #E29039
Tints of California #E29039
RGB
CMYK
RGB Variations
Color information
#E29039 (or 0xE29039) is known color: California. HEX triplet: E2, 90 and 39. RGB value is (226,144,57). Sum of RGB (Red+Green+Blue) = 226+144+57=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E29039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29039 is #1D6FC6. Grayscale: #9F9F9F. Windows color (decimal): -1929159 or 3772642. OLE color: 3772642.
HSL color Cylindrical-coordinate representation of color #E29039: hue angle of 30.89º 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 #E29039 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 57 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.11 |
| HSL | 30.89º | 0.74% | 0.55% | - |
| HSV(B) | 30.89º | 0.75% | 0.89% | - |
| XYZ | 42.08 | 36.41 | 8.68 | - |
| YUV | 158.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 57 | 0 | 0.36 | 0.75 | 0.11 | 30.89 | 0.74 | 0.55 |
| Hex | E2 | 90 | 39 | 0 | 24 | 4B | B | 1F | 4A | 37 |
| Octal | 342 | 220 | 71 | 0 | 44 | 113 | 13 | 37 | 112 | 67 |
| Binary | 11100010 | 10010000 | 111001 | 0 | 100100 | 1001011 | 1011 | 11111 | 1001010 | 110111 |
Color Harmonies of #E29039
Complementary color
Monochromatic Colors of #E29039
Black with #E29039
Text Example
Text Example
White with #E29039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29039; }
p { color: rgb(226,144,57); }
H1.HeaderClassName
{
color: #E29039;
}
.AnyTagClassName
{
color: #E29039;
}
</style>
background-color css
<style>
a { background-color: #E29039; }
a { background-color: rgb(226,144,57); }
div.DivClassName
{
background-color: #E29039;
}
.BgClassName
{
background-color: #E29039;
}
</style>
border-color css
<style>
span { border-color: #E29039; }
span { border-color: rgb(226,144,57); }
td.TdClassName
{
border-color: #E29039;
}
.TagClassName
{
border-color: #E29039;
}
</style>