Shades of California #E59041
Tints of California #E59041
RGB
CMYK
RGB Variations
Color information
#E59041 (or 0xE59041) is known color: California. HEX triplet: E5, 90 and 41. RGB value is (229,144,65). Sum of RGB (Red+Green+Blue) = 229+144+65=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E59041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59041 is #1A6FBE. Grayscale: #A0A0A0. Windows color (decimal): -1732543 or 4296933. OLE color: 4296933.
HSL color Cylindrical-coordinate representation of color #E59041: hue angle of 28.9º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E59041 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 65 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.10 |
| HSL | 28.9º | 0.76% | 0.58% | - |
| HSV(B) | 28.9º | 0.72% | 0.9% | - |
| XYZ | 43.24 | 36.99 | 9.86 | - |
| YUV | 160.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 65 | 0 | 0.37 | 0.72 | 0.10 | 28.9 | 0.76 | 0.58 |
| Hex | E5 | 90 | 41 | 0 | 25 | 48 | A | 1D | 4C | 3A |
| Octal | 345 | 220 | 101 | 0 | 45 | 110 | 12 | 35 | 114 | 72 |
| Binary | 11100101 | 10010000 | 1000001 | 0 | 100101 | 1001000 | 1010 | 11101 | 1001100 | 111010 |
Color Harmonies of #E59041
Complementary color
Monochromatic Colors of #E59041
Black with #E59041
Text Example
Text Example
White with #E59041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59041; }
p { color: rgb(229,144,65); }
H1.HeaderClassName
{
color: #E59041;
}
.AnyTagClassName
{
color: #E59041;
}
</style>
background-color css
<style>
a { background-color: #E59041; }
a { background-color: rgb(229,144,65); }
div.DivClassName
{
background-color: #E59041;
}
.BgClassName
{
background-color: #E59041;
}
</style>
border-color css
<style>
span { border-color: #E59041; }
span { border-color: rgb(229,144,65); }
td.TdClassName
{
border-color: #E59041;
}
.TagClassName
{
border-color: #E59041;
}
</style>