Shades of California #E58932
Tints of California #E58932
RGB
CMYK
RGB Variations
Color information
#E58932 (or 0xE58932) is known color: California. HEX triplet: E5, 89 and 32. RGB value is (229,137,50). Sum of RGB (Red+Green+Blue) = 229+137+50=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E58932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58932 is #1A76CD. Grayscale: #9B9B9B. Windows color (decimal): -1734350 or 3312101. OLE color: 3312101.
HSL color Cylindrical-coordinate representation of color #E58932: hue angle of 29.16º 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 #E58932 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 50 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.10 |
| HSL | 29.16º | 0.77% | 0.55% | - |
| HSV(B) | 29.16º | 0.78% | 0.9% | - |
| XYZ | 41.83 | 34.78 | 7.53 | - |
| YUV | 154.59 | 68.98 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 50 | 0 | 0.40 | 0.78 | 0.10 | 29.16 | 0.77 | 0.55 |
| Hex | E5 | 89 | 32 | 0 | 28 | 4E | A | 1D | 4D | 37 |
| Octal | 345 | 211 | 62 | 0 | 50 | 116 | 12 | 35 | 115 | 67 |
| Binary | 11100101 | 10001001 | 110010 | 0 | 101000 | 1001110 | 1010 | 11101 | 1001101 | 110111 |
Color Harmonies of #E58932
Complementary color
Monochromatic Colors of #E58932
Black with #E58932
Text Example
Text Example
White with #E58932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58932; }
p { color: rgb(229,137,50); }
H1.HeaderClassName
{
color: #E58932;
}
.AnyTagClassName
{
color: #E58932;
}
</style>
background-color css
<style>
a { background-color: #E58932; }
a { background-color: rgb(229,137,50); }
div.DivClassName
{
background-color: #E58932;
}
.BgClassName
{
background-color: #E58932;
}
</style>
border-color css
<style>
span { border-color: #E58932; }
span { border-color: rgb(229,137,50); }
td.TdClassName
{
border-color: #E58932;
}
.TagClassName
{
border-color: #E58932;
}
</style>