Shades of California #E58E32
Tints of California #E58E32
RGB
CMYK
RGB Variations
Color information
#E58E32 (or 0xE58E32) is known color: California. HEX triplet: E5, 8E and 32. RGB value is (229,142,50). Sum of RGB (Red+Green+Blue) = 229+142+50=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58E32 is #1A71CD. Grayscale: #9D9D9D. Windows color (decimal): -1733070 or 3313381. OLE color: 3313381.
HSL color Cylindrical-coordinate representation of color #E58E32: hue angle of 30.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E58E32 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 50 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.10 |
| HSL | 30.84º | 0.77% | 0.55% | - |
| HSV(B) | 30.84º | 0.78% | 0.9% | - |
| XYZ | 42.56 | 36.23 | 7.77 | - |
| YUV | 157.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 50 | 0 | 0.38 | 0.78 | 0.10 | 30.84 | 0.77 | 0.55 |
| Hex | E5 | 8E | 32 | 0 | 26 | 4E | A | 1F | 4D | 37 |
| Octal | 345 | 216 | 62 | 0 | 46 | 116 | 12 | 37 | 115 | 67 |
| Binary | 11100101 | 10001110 | 110010 | 0 | 100110 | 1001110 | 1010 | 11111 | 1001101 | 110111 |
Color Harmonies of #E58E32
Complementary color
Monochromatic Colors of #E58E32
Black with #E58E32
Text Example
Text Example
White with #E58E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E32; }
p { color: rgb(229,142,50); }
H1.HeaderClassName
{
color: #E58E32;
}
.AnyTagClassName
{
color: #E58E32;
}
</style>
background-color css
<style>
a { background-color: #E58E32; }
a { background-color: rgb(229,142,50); }
div.DivClassName
{
background-color: #E58E32;
}
.BgClassName
{
background-color: #E58E32;
}
</style>
border-color css
<style>
span { border-color: #E58E32; }
span { border-color: rgb(229,142,50); }
td.TdClassName
{
border-color: #E58E32;
}
.TagClassName
{
border-color: #E58E32;
}
</style>