Shades of California #E58D40
Tints of California #E58D40
RGB
CMYK
RGB Variations
Color information
#E58D40 (or 0xE58D40) is known color: California. HEX triplet: E5, 8D and 40. RGB value is (229,141,64). Sum of RGB (Red+Green+Blue) = 229+141+64=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58D40 is #1A72BF. Grayscale: #9E9E9E. Windows color (decimal): -1733312 or 4230629. OLE color: 4230629.
HSL color Cylindrical-coordinate representation of color #E58D40: hue angle of 28º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E58D40 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 64 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.10 |
| HSL | 28º | 0.76% | 0.57% | - |
| HSV(B) | 28º | 0.72% | 0.9% | - |
| XYZ | 42.76 | 36.08 | 9.56 | - |
| YUV | 158.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 64 | 0 | 0.38 | 0.72 | 0.10 | 28 | 0.76 | 0.57 |
| Hex | E5 | 8D | 40 | 0 | 26 | 48 | A | 1C | 4C | 39 |
| Octal | 345 | 215 | 100 | 0 | 46 | 110 | 12 | 34 | 114 | 71 |
| Binary | 11100101 | 10001101 | 1000000 | 0 | 100110 | 1001000 | 1010 | 11100 | 1001100 | 111001 |
Color Harmonies of #E58D40
Complementary color
Monochromatic Colors of #E58D40
Black with #E58D40
Text Example
Text Example
White with #E58D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D40; }
p { color: rgb(229,141,64); }
H1.HeaderClassName
{
color: #E58D40;
}
.AnyTagClassName
{
color: #E58D40;
}
</style>
background-color css
<style>
a { background-color: #E58D40; }
a { background-color: rgb(229,141,64); }
div.DivClassName
{
background-color: #E58D40;
}
.BgClassName
{
background-color: #E58D40;
}
</style>
border-color css
<style>
span { border-color: #E58D40; }
span { border-color: rgb(229,141,64); }
td.TdClassName
{
border-color: #E58D40;
}
.TagClassName
{
border-color: #E58D40;
}
</style>