Shades of California #EA8E42
Tints of California #EA8E42
RGB
CMYK
RGB Variations
Color information
#EA8E42 (or 0xEA8E42) is known color: California. HEX triplet: EA, 8E and 42. RGB value is (234,142,66). Sum of RGB (Red+Green+Blue) = 234+142+66=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E42 is #1571BD. Grayscale: #A1A1A1. Windows color (decimal): -1405374 or 4361962. OLE color: 4361962.
HSL color Cylindrical-coordinate representation of color #EA8E42: hue angle of 27.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA8E42 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 66 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.08 |
| HSL | 27.14º | 0.8% | 0.59% | - |
| HSV(B) | 27.14º | 0.72% | 0.92% | - |
| XYZ | 44.59 | 37.23 | 9.99 | - |
| YUV | 160.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 66 | 0 | 0.39 | 0.72 | 0.08 | 27.14 | 0.8 | 0.59 |
| Hex | EA | 8E | 42 | 0 | 27 | 48 | 8 | 1B | 50 | 3B |
| Octal | 352 | 216 | 102 | 0 | 47 | 110 | 10 | 33 | 120 | 73 |
| Binary | 11101010 | 10001110 | 1000010 | 0 | 100111 | 1001000 | 1000 | 11011 | 1010000 | 111011 |
Color Harmonies of #EA8E42
Complementary color
Monochromatic Colors of #EA8E42
Black with #EA8E42
Text Example
Text Example
White with #EA8E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E42; }
p { color: rgb(234,142,66); }
H1.HeaderClassName
{
color: #EA8E42;
}
.AnyTagClassName
{
color: #EA8E42;
}
</style>
background-color css
<style>
a { background-color: #EA8E42; }
a { background-color: rgb(234,142,66); }
div.DivClassName
{
background-color: #EA8E42;
}
.BgClassName
{
background-color: #EA8E42;
}
</style>
border-color css
<style>
span { border-color: #EA8E42; }
span { border-color: rgb(234,142,66); }
td.TdClassName
{
border-color: #EA8E42;
}
.TagClassName
{
border-color: #EA8E42;
}
</style>