Shades of California #E58E40
Tints of California #E58E40
RGB
CMYK
RGB Variations
Color information
#E58E40 (or 0xE58E40) is known color: California. HEX triplet: E5, 8E and 40. RGB value is (229,142,64). Sum of RGB (Red+Green+Blue) = 229+142+64=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58E40 is #1A71BF. Grayscale: #9F9F9F. Windows color (decimal): -1733056 or 4230885. OLE color: 4230885.
HSL color Cylindrical-coordinate representation of color #E58E40: hue angle of 28.36º 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 #E58E40 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 64 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.10 |
| HSL | 28.36º | 0.76% | 0.57% | - |
| HSV(B) | 28.36º | 0.72% | 0.9% | - |
| XYZ | 42.91 | 36.37 | 9.61 | - |
| YUV | 159.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 64 | 0 | 0.38 | 0.72 | 0.10 | 28.36 | 0.76 | 0.57 |
| Hex | E5 | 8E | 40 | 0 | 26 | 48 | A | 1C | 4C | 39 |
| Octal | 345 | 216 | 100 | 0 | 46 | 110 | 12 | 34 | 114 | 71 |
| Binary | 11100101 | 10001110 | 1000000 | 0 | 100110 | 1001000 | 1010 | 11100 | 1001100 | 111001 |
Color Harmonies of #E58E40
Complementary color
Monochromatic Colors of #E58E40
Black with #E58E40
Text Example
Text Example
White with #E58E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E40; }
p { color: rgb(229,142,64); }
H1.HeaderClassName
{
color: #E58E40;
}
.AnyTagClassName
{
color: #E58E40;
}
</style>
background-color css
<style>
a { background-color: #E58E40; }
a { background-color: rgb(229,142,64); }
div.DivClassName
{
background-color: #E58E40;
}
.BgClassName
{
background-color: #E58E40;
}
</style>
border-color css
<style>
span { border-color: #E58E40; }
span { border-color: rgb(229,142,64); }
td.TdClassName
{
border-color: #E58E40;
}
.TagClassName
{
border-color: #E58E40;
}
</style>