Shades of California #E58C37
Tints of California #E58C37
RGB
CMYK
RGB Variations
Color information
#E58C37 (or 0xE58C37) is known color: California. HEX triplet: E5, 8C and 37. RGB value is (229,140,55). Sum of RGB (Red+Green+Blue) = 229+140+55=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C37 is #1A73C8. Grayscale: #9D9D9D. Windows color (decimal): -1733577 or 3640549. OLE color: 3640549.
HSL color Cylindrical-coordinate representation of color #E58C37: hue angle of 29.31º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E58C37 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 55 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.10 |
| HSL | 29.31º | 0.77% | 0.56% | - |
| HSV(B) | 29.31º | 0.76% | 0.9% | - |
| XYZ | 42.38 | 35.69 | 8.27 | - |
| YUV | 156.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 55 | 0 | 0.39 | 0.76 | 0.10 | 29.31 | 0.77 | 0.56 |
| Hex | E5 | 8C | 37 | 0 | 27 | 4C | A | 1D | 4D | 38 |
| Octal | 345 | 214 | 67 | 0 | 47 | 114 | 12 | 35 | 115 | 70 |
| Binary | 11100101 | 10001100 | 110111 | 0 | 100111 | 1001100 | 1010 | 11101 | 1001101 | 111000 |
Color Harmonies of #E58C37
Complementary color
Monochromatic Colors of #E58C37
Black with #E58C37
Text Example
Text Example
White with #E58C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C37; }
p { color: rgb(229,140,55); }
H1.HeaderClassName
{
color: #E58C37;
}
.AnyTagClassName
{
color: #E58C37;
}
</style>
background-color css
<style>
a { background-color: #E58C37; }
a { background-color: rgb(229,140,55); }
div.DivClassName
{
background-color: #E58C37;
}
.BgClassName
{
background-color: #E58C37;
}
</style>
border-color css
<style>
span { border-color: #E58C37; }
span { border-color: rgb(229,140,55); }
td.TdClassName
{
border-color: #E58C37;
}
.TagClassName
{
border-color: #E58C37;
}
</style>