Shades of California #EA8E41
Tints of California #EA8E41
RGB
CMYK
RGB Variations
Color information
#EA8E41 (or 0xEA8E41) is known color: California. HEX triplet: EA, 8E and 41. RGB value is (234,142,65). Sum of RGB (Red+Green+Blue) = 234+142+65=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E41 is #1571BE. Grayscale: #A1A1A1. Windows color (decimal): -1405375 or 4296426. OLE color: 4296426.
HSL color Cylindrical-coordinate representation of color #EA8E41: hue angle of 27.34º 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 #EA8E41 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 65 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.08 |
| HSL | 27.34º | 0.8% | 0.59% | - |
| HSV(B) | 27.34º | 0.72% | 0.92% | - |
| XYZ | 44.56 | 37.22 | 9.84 | - |
| YUV | 160.73 | 73.98 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 65 | 0 | 0.39 | 0.72 | 0.08 | 27.34 | 0.8 | 0.59 |
| Hex | EA | 8E | 41 | 0 | 27 | 48 | 8 | 1B | 50 | 3B |
| Octal | 352 | 216 | 101 | 0 | 47 | 110 | 10 | 33 | 120 | 73 |
| Binary | 11101010 | 10001110 | 1000001 | 0 | 100111 | 1001000 | 1000 | 11011 | 1010000 | 111011 |
Color Harmonies of #EA8E41
Complementary color
Monochromatic Colors of #EA8E41
Black with #EA8E41
Text Example
Text Example
White with #EA8E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E41; }
p { color: rgb(234,142,65); }
H1.HeaderClassName
{
color: #EA8E41;
}
.AnyTagClassName
{
color: #EA8E41;
}
</style>
background-color css
<style>
a { background-color: #EA8E41; }
a { background-color: rgb(234,142,65); }
div.DivClassName
{
background-color: #EA8E41;
}
.BgClassName
{
background-color: #EA8E41;
}
</style>
border-color css
<style>
span { border-color: #EA8E41; }
span { border-color: rgb(234,142,65); }
td.TdClassName
{
border-color: #EA8E41;
}
.TagClassName
{
border-color: #EA8E41;
}
</style>