Shades of California #E5893E
Tints of California #E5893E
RGB
CMYK
RGB Variations
Color information
#E5893E (or 0xE5893E) is known color: California. HEX triplet: E5, 89 and 3E. RGB value is (229,137,62). Sum of RGB (Red+Green+Blue) = 229+137+62=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5893E is #1A76C1. Grayscale: #9C9C9C. Windows color (decimal): -1734338 or 4098533. OLE color: 4098533.
HSL color Cylindrical-coordinate representation of color #E5893E: hue angle of 26.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5893E is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 62 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.10 |
| HSL | 26.95º | 0.76% | 0.57% | - |
| HSV(B) | 26.95º | 0.73% | 0.9% | - |
| XYZ | 42.13 | 34.9 | 9.07 | - |
| YUV | 155.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 62 | 0 | 0.40 | 0.73 | 0.10 | 26.95 | 0.76 | 0.57 |
| Hex | E5 | 89 | 3E | 0 | 28 | 49 | A | 1B | 4C | 39 |
| Octal | 345 | 211 | 76 | 0 | 50 | 111 | 12 | 33 | 114 | 71 |
| Binary | 11100101 | 10001001 | 111110 | 0 | 101000 | 1001001 | 1010 | 11011 | 1001100 | 111001 |
Color Harmonies of #E5893E
Complementary color
Monochromatic Colors of #E5893E
Black with #E5893E
Text Example
Text Example
White with #E5893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5893E; }
p { color: rgb(229,137,62); }
H1.HeaderClassName
{
color: #E5893E;
}
.AnyTagClassName
{
color: #E5893E;
}
</style>
background-color css
<style>
a { background-color: #E5893E; }
a { background-color: rgb(229,137,62); }
div.DivClassName
{
background-color: #E5893E;
}
.BgClassName
{
background-color: #E5893E;
}
</style>
border-color css
<style>
span { border-color: #E5893E; }
span { border-color: rgb(229,137,62); }
td.TdClassName
{
border-color: #E5893E;
}
.TagClassName
{
border-color: #E5893E;
}
</style>