Shades of California #E5892F
Tints of California #E5892F
RGB
CMYK
RGB Variations
Color information
#E5892F (or 0xE5892F) is known color: California. HEX triplet: E5, 89 and 2F. RGB value is (229,137,47). Sum of RGB (Red+Green+Blue) = 229+137+47=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5892F is #1A76D0. Grayscale: #9A9A9A. Windows color (decimal): -1734353 or 3115493. OLE color: 3115493.
HSL color Cylindrical-coordinate representation of color #E5892F: hue angle of 29.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5892F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 47 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.10 |
| HSL | 29.67º | 0.78% | 0.54% | - |
| HSV(B) | 29.67º | 0.79% | 0.9% | - |
| XYZ | 41.77 | 34.75 | 7.2 | - |
| YUV | 154.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 47 | 0 | 0.40 | 0.79 | 0.10 | 29.67 | 0.78 | 0.54 |
| Hex | E5 | 89 | 2F | 0 | 28 | 4F | A | 1E | 4E | 36 |
| Octal | 345 | 211 | 57 | 0 | 50 | 117 | 12 | 36 | 116 | 66 |
| Binary | 11100101 | 10001001 | 101111 | 0 | 101000 | 1001111 | 1010 | 11110 | 1001110 | 110110 |
Color Harmonies of #E5892F
Complementary color
Monochromatic Colors of #E5892F
Black with #E5892F
Text Example
Text Example
White with #E5892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5892F; }
p { color: rgb(229,137,47); }
H1.HeaderClassName
{
color: #E5892F;
}
.AnyTagClassName
{
color: #E5892F;
}
</style>
background-color css
<style>
a { background-color: #E5892F; }
a { background-color: rgb(229,137,47); }
div.DivClassName
{
background-color: #E5892F;
}
.BgClassName
{
background-color: #E5892F;
}
</style>
border-color css
<style>
span { border-color: #E5892F; }
span { border-color: rgb(229,137,47); }
td.TdClassName
{
border-color: #E5892F;
}
.TagClassName
{
border-color: #E5892F;
}
</style>