Shades of California #EA8E39
Tints of California #EA8E39
RGB
CMYK
RGB Variations
Color information
#EA8E39 (or 0xEA8E39) is known color: California. HEX triplet: EA, 8E and 39. RGB value is (234,142,57). Sum of RGB (Red+Green+Blue) = 234+142+57=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E39 is #1571C6. Grayscale: #A0A0A0. Windows color (decimal): -1405383 or 3772138. OLE color: 3772138.
HSL color Cylindrical-coordinate representation of color #EA8E39: hue angle of 28.81º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA8E39 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 57 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.08 |
| HSL | 28.81º | 0.81% | 0.57% | - |
| HSV(B) | 28.81º | 0.76% | 0.92% | - |
| XYZ | 44.34 | 37.13 | 8.7 | - |
| YUV | 159.82 | 69.98 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 57 | 0 | 0.39 | 0.76 | 0.08 | 28.81 | 0.81 | 0.57 |
| Hex | EA | 8E | 39 | 0 | 27 | 4C | 8 | 1D | 51 | 39 |
| Octal | 352 | 216 | 71 | 0 | 47 | 114 | 10 | 35 | 121 | 71 |
| Binary | 11101010 | 10001110 | 111001 | 0 | 100111 | 1001100 | 1000 | 11101 | 1010001 | 111001 |
Color Harmonies of #EA8E39
Complementary color
Monochromatic Colors of #EA8E39
Black with #EA8E39
Text Example
Text Example
White with #EA8E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E39; }
p { color: rgb(234,142,57); }
H1.HeaderClassName
{
color: #EA8E39;
}
.AnyTagClassName
{
color: #EA8E39;
}
</style>
background-color css
<style>
a { background-color: #EA8E39; }
a { background-color: rgb(234,142,57); }
div.DivClassName
{
background-color: #EA8E39;
}
.BgClassName
{
background-color: #EA8E39;
}
</style>
border-color css
<style>
span { border-color: #EA8E39; }
span { border-color: rgb(234,142,57); }
td.TdClassName
{
border-color: #EA8E39;
}
.TagClassName
{
border-color: #EA8E39;
}
</style>