Shades of California #EA9042
Tints of California #EA9042
RGB
CMYK
RGB Variations
Color information
#EA9042 (or 0xEA9042) is known color: California. HEX triplet: EA, 90 and 42. RGB value is (234,144,66). Sum of RGB (Red+Green+Blue) = 234+144+66=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9042 is #156FBD. Grayscale: #A2A2A2. Windows color (decimal): -1404862 or 4362474. OLE color: 4362474.
HSL color Cylindrical-coordinate representation of color #EA9042: hue angle of 27.86º 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 #EA9042 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 66 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.08 |
| HSL | 27.86º | 0.8% | 0.59% | - |
| HSV(B) | 27.86º | 0.72% | 0.92% | - |
| XYZ | 44.89 | 37.83 | 10.09 | - |
| YUV | 162.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 66 | 0 | 0.38 | 0.72 | 0.08 | 27.86 | 0.8 | 0.59 |
| Hex | EA | 90 | 42 | 0 | 26 | 48 | 8 | 1C | 50 | 3B |
| Octal | 352 | 220 | 102 | 0 | 46 | 110 | 10 | 34 | 120 | 73 |
| Binary | 11101010 | 10010000 | 1000010 | 0 | 100110 | 1001000 | 1000 | 11100 | 1010000 | 111011 |
Color Harmonies of #EA9042
Complementary color
Monochromatic Colors of #EA9042
Black with #EA9042
Text Example
Text Example
White with #EA9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9042; }
p { color: rgb(234,144,66); }
H1.HeaderClassName
{
color: #EA9042;
}
.AnyTagClassName
{
color: #EA9042;
}
</style>
background-color css
<style>
a { background-color: #EA9042; }
a { background-color: rgb(234,144,66); }
div.DivClassName
{
background-color: #EA9042;
}
.BgClassName
{
background-color: #EA9042;
}
</style>
border-color css
<style>
span { border-color: #EA9042; }
span { border-color: rgb(234,144,66); }
td.TdClassName
{
border-color: #EA9042;
}
.TagClassName
{
border-color: #EA9042;
}
</style>