Shades of California #EA8F39
Tints of California #EA8F39
RGB
CMYK
RGB Variations
Color information
#EA8F39 (or 0xEA8F39) is known color: California. HEX triplet: EA, 8F and 39. RGB value is (234,143,57). Sum of RGB (Red+Green+Blue) = 234+143+57=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F39 is #1570C6. Grayscale: #A0A0A0. Windows color (decimal): -1405127 or 3772394. OLE color: 3772394.
HSL color Cylindrical-coordinate representation of color #EA8F39: hue angle of 29.15º 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 #EA8F39 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 57 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.08 |
| HSL | 29.15º | 0.81% | 0.57% | - |
| HSV(B) | 29.15º | 0.76% | 0.92% | - |
| XYZ | 44.49 | 37.43 | 8.75 | - |
| YUV | 160.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 57 | 0 | 0.39 | 0.76 | 0.08 | 29.15 | 0.81 | 0.57 |
| Hex | EA | 8F | 39 | 0 | 27 | 4C | 8 | 1D | 51 | 39 |
| Octal | 352 | 217 | 71 | 0 | 47 | 114 | 10 | 35 | 121 | 71 |
| Binary | 11101010 | 10001111 | 111001 | 0 | 100111 | 1001100 | 1000 | 11101 | 1010001 | 111001 |
Color Harmonies of #EA8F39
Complementary color
Monochromatic Colors of #EA8F39
Black with #EA8F39
Text Example
Text Example
White with #EA8F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F39; }
p { color: rgb(234,143,57); }
H1.HeaderClassName
{
color: #EA8F39;
}
.AnyTagClassName
{
color: #EA8F39;
}
</style>
background-color css
<style>
a { background-color: #EA8F39; }
a { background-color: rgb(234,143,57); }
div.DivClassName
{
background-color: #EA8F39;
}
.BgClassName
{
background-color: #EA8F39;
}
</style>
border-color css
<style>
span { border-color: #EA8F39; }
span { border-color: rgb(234,143,57); }
td.TdClassName
{
border-color: #EA8F39;
}
.TagClassName
{
border-color: #EA8F39;
}
</style>