Shades of California #EA8A3C
Tints of California #EA8A3C
RGB
CMYK
RGB Variations
Color information
#EA8A3C (or 0xEA8A3C) is known color: California. HEX triplet: EA, 8A and 3C. RGB value is (234,138,60). Sum of RGB (Red+Green+Blue) = 234+138+60=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A3C is #1575C3. Grayscale: #9E9E9E. Windows color (decimal): -1406404 or 3967722. OLE color: 3967722.
HSL color Cylindrical-coordinate representation of color #EA8A3C: hue angle of 26.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA8A3C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 60 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.08 |
| HSL | 26.9º | 0.81% | 0.58% | - |
| HSV(B) | 26.9º | 0.74% | 0.92% | - |
| XYZ | 43.84 | 36 | 8.91 | - |
| YUV | 157.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 60 | 0 | 0.41 | 0.74 | 0.08 | 26.9 | 0.81 | 0.58 |
| Hex | EA | 8A | 3C | 0 | 29 | 4A | 8 | 1B | 51 | 3A |
| Octal | 352 | 212 | 74 | 0 | 51 | 112 | 10 | 33 | 121 | 72 |
| Binary | 11101010 | 10001010 | 111100 | 0 | 101001 | 1001010 | 1000 | 11011 | 1010001 | 111010 |
Color Harmonies of #EA8A3C
Complementary color
Monochromatic Colors of #EA8A3C
Black with #EA8A3C
Text Example
Text Example
White with #EA8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A3C; }
p { color: rgb(234,138,60); }
H1.HeaderClassName
{
color: #EA8A3C;
}
.AnyTagClassName
{
color: #EA8A3C;
}
</style>
background-color css
<style>
a { background-color: #EA8A3C; }
a { background-color: rgb(234,138,60); }
div.DivClassName
{
background-color: #EA8A3C;
}
.BgClassName
{
background-color: #EA8A3C;
}
</style>
border-color css
<style>
span { border-color: #EA8A3C; }
span { border-color: rgb(234,138,60); }
td.TdClassName
{
border-color: #EA8A3C;
}
.TagClassName
{
border-color: #EA8A3C;
}
</style>