Shades of California #E5893C
Tints of California #E5893C
RGB
CMYK
RGB Variations
Color information
#E5893C (or 0xE5893C) is known color: California. HEX triplet: E5, 89 and 3C. RGB value is (229,137,60). Sum of RGB (Red+Green+Blue) = 229+137+60=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5893C is #1A76C3. Grayscale: #9C9C9C. Windows color (decimal): -1734340 or 3967461. OLE color: 3967461.
HSL color Cylindrical-coordinate representation of color #E5893C: hue angle of 27.34º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5893C is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 60 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.10 |
| HSL | 27.34º | 0.76% | 0.57% | - |
| HSV(B) | 27.34º | 0.74% | 0.9% | - |
| XYZ | 42.07 | 34.88 | 8.79 | - |
| YUV | 155.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 60 | 0 | 0.40 | 0.74 | 0.10 | 27.34 | 0.76 | 0.57 |
| Hex | E5 | 89 | 3C | 0 | 28 | 4A | A | 1B | 4C | 39 |
| Octal | 345 | 211 | 74 | 0 | 50 | 112 | 12 | 33 | 114 | 71 |
| Binary | 11100101 | 10001001 | 111100 | 0 | 101000 | 1001010 | 1010 | 11011 | 1001100 | 111001 |
Color Harmonies of #E5893C
Complementary color
Monochromatic Colors of #E5893C
Black with #E5893C
Text Example
Text Example
White with #E5893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5893C; }
p { color: rgb(229,137,60); }
H1.HeaderClassName
{
color: #E5893C;
}
.AnyTagClassName
{
color: #E5893C;
}
</style>
background-color css
<style>
a { background-color: #E5893C; }
a { background-color: rgb(229,137,60); }
div.DivClassName
{
background-color: #E5893C;
}
.BgClassName
{
background-color: #E5893C;
}
</style>
border-color css
<style>
span { border-color: #E5893C; }
span { border-color: rgb(229,137,60); }
td.TdClassName
{
border-color: #E5893C;
}
.TagClassName
{
border-color: #E5893C;
}
</style>