Shades of California #E58F32
Tints of California #E58F32
RGB
CMYK
RGB Variations
Color information
#E58F32 (or 0xE58F32) is known color: California. HEX triplet: E5, 8F and 32. RGB value is (229,143,50). Sum of RGB (Red+Green+Blue) = 229+143+50=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58F32 is #1A70CD. Grayscale: #9E9E9E. Windows color (decimal): -1732814 or 3313637. OLE color: 3313637.
HSL color Cylindrical-coordinate representation of color #E58F32: hue angle of 31.17º 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 #E58F32 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 50 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.10 |
| HSL | 31.17º | 0.77% | 0.55% | - |
| HSV(B) | 31.17º | 0.78% | 0.9% | - |
| XYZ | 42.71 | 36.53 | 7.82 | - |
| YUV | 158.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 50 | 0 | 0.38 | 0.78 | 0.10 | 31.17 | 0.77 | 0.55 |
| Hex | E5 | 8F | 32 | 0 | 26 | 4E | A | 1F | 4D | 37 |
| Octal | 345 | 217 | 62 | 0 | 46 | 116 | 12 | 37 | 115 | 67 |
| Binary | 11100101 | 10001111 | 110010 | 0 | 100110 | 1001110 | 1010 | 11111 | 1001101 | 110111 |
Color Harmonies of #E58F32
Complementary color
Monochromatic Colors of #E58F32
Black with #E58F32
Text Example
Text Example
White with #E58F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F32; }
p { color: rgb(229,143,50); }
H1.HeaderClassName
{
color: #E58F32;
}
.AnyTagClassName
{
color: #E58F32;
}
</style>
background-color css
<style>
a { background-color: #E58F32; }
a { background-color: rgb(229,143,50); }
div.DivClassName
{
background-color: #E58F32;
}
.BgClassName
{
background-color: #E58F32;
}
</style>
border-color css
<style>
span { border-color: #E58F32; }
span { border-color: rgb(229,143,50); }
td.TdClassName
{
border-color: #E58F32;
}
.TagClassName
{
border-color: #E58F32;
}
</style>