Shades of California #E59035
Tints of California #E59035
RGB
CMYK
RGB Variations
Color information
#E59035 (or 0xE59035) is known color: California. HEX triplet: E5, 90 and 35. RGB value is (229,144,53). Sum of RGB (Red+Green+Blue) = 229+144+53=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E59035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59035 is #1A6FCA. Grayscale: #9F9F9F. Windows color (decimal): -1732555 or 3510501. OLE color: 3510501.
HSL color Cylindrical-coordinate representation of color #E59035: hue angle of 31.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E59035 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 53 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.10 |
| HSL | 31.02º | 0.77% | 0.55% | - |
| HSV(B) | 31.02º | 0.77% | 0.9% | - |
| XYZ | 42.93 | 36.86 | 8.22 | - |
| YUV | 159.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 53 | 0 | 0.37 | 0.77 | 0.10 | 31.02 | 0.77 | 0.55 |
| Hex | E5 | 90 | 35 | 0 | 25 | 4D | A | 1F | 4D | 37 |
| Octal | 345 | 220 | 65 | 0 | 45 | 115 | 12 | 37 | 115 | 67 |
| Binary | 11100101 | 10010000 | 110101 | 0 | 100101 | 1001101 | 1010 | 11111 | 1001101 | 110111 |
Color Harmonies of #E59035
Complementary color
Monochromatic Colors of #E59035
Black with #E59035
Text Example
Text Example
White with #E59035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59035; }
p { color: rgb(229,144,53); }
H1.HeaderClassName
{
color: #E59035;
}
.AnyTagClassName
{
color: #E59035;
}
</style>
background-color css
<style>
a { background-color: #E59035; }
a { background-color: rgb(229,144,53); }
div.DivClassName
{
background-color: #E59035;
}
.BgClassName
{
background-color: #E59035;
}
</style>
border-color css
<style>
span { border-color: #E59035; }
span { border-color: rgb(229,144,53); }
td.TdClassName
{
border-color: #E59035;
}
.TagClassName
{
border-color: #E59035;
}
</style>