Shades of California #E58C41
Tints of California #E58C41
RGB
CMYK
RGB Variations
Color information
#E58C41 (or 0xE58C41) is known color: California. HEX triplet: E5, 8C and 41. RGB value is (229,140,65). Sum of RGB (Red+Green+Blue) = 229+140+65=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C41 is #1A73BE. Grayscale: #9E9E9E. Windows color (decimal): -1733567 or 4295909. OLE color: 4295909.
HSL color Cylindrical-coordinate representation of color #E58C41: hue angle of 27.44º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E58C41 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 65 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.10 |
| HSL | 27.44º | 0.76% | 0.58% | - |
| HSV(B) | 27.44º | 0.72% | 0.9% | - |
| XYZ | 42.65 | 35.8 | 9.66 | - |
| YUV | 158.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 65 | 0 | 0.39 | 0.72 | 0.10 | 27.44 | 0.76 | 0.58 |
| Hex | E5 | 8C | 41 | 0 | 27 | 48 | A | 1B | 4C | 3A |
| Octal | 345 | 214 | 101 | 0 | 47 | 110 | 12 | 33 | 114 | 72 |
| Binary | 11100101 | 10001100 | 1000001 | 0 | 100111 | 1001000 | 1010 | 11011 | 1001100 | 111010 |
Color Harmonies of #E58C41
Complementary color
Monochromatic Colors of #E58C41
Black with #E58C41
Text Example
Text Example
White with #E58C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C41; }
p { color: rgb(229,140,65); }
H1.HeaderClassName
{
color: #E58C41;
}
.AnyTagClassName
{
color: #E58C41;
}
</style>
background-color css
<style>
a { background-color: #E58C41; }
a { background-color: rgb(229,140,65); }
div.DivClassName
{
background-color: #E58C41;
}
.BgClassName
{
background-color: #E58C41;
}
</style>
border-color css
<style>
span { border-color: #E58C41; }
span { border-color: rgb(229,140,65); }
td.TdClassName
{
border-color: #E58C41;
}
.TagClassName
{
border-color: #E58C41;
}
</style>