Shades of California #EA8E3D
Tints of California #EA8E3D
RGB
CMYK
RGB Variations
Color information
#EA8E3D (or 0xEA8E3D) is known color: California. HEX triplet: EA, 8E and 3D. RGB value is (234,142,61). Sum of RGB (Red+Green+Blue) = 234+142+61=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E3D is #1571C2. Grayscale: #A0A0A0. Windows color (decimal): -1405379 or 4034282. OLE color: 4034282.
HSL color Cylindrical-coordinate representation of color #EA8E3D: hue angle of 28.09º degrees, saturation: 0.8, 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 #EA8E3D is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 61 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.08 |
| HSL | 28.09º | 0.8% | 0.58% | - |
| HSV(B) | 28.09º | 0.74% | 0.92% | - |
| XYZ | 44.45 | 37.18 | 9.25 | - |
| YUV | 160.27 | 71.98 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 61 | 0 | 0.39 | 0.74 | 0.08 | 28.09 | 0.8 | 0.58 |
| Hex | EA | 8E | 3D | 0 | 27 | 4A | 8 | 1C | 50 | 3A |
| Octal | 352 | 216 | 75 | 0 | 47 | 112 | 10 | 34 | 120 | 72 |
| Binary | 11101010 | 10001110 | 111101 | 0 | 100111 | 1001010 | 1000 | 11100 | 1010000 | 111010 |
Color Harmonies of #EA8E3D
Complementary color
Monochromatic Colors of #EA8E3D
Black with #EA8E3D
Text Example
Text Example
White with #EA8E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E3D; }
p { color: rgb(234,142,61); }
H1.HeaderClassName
{
color: #EA8E3D;
}
.AnyTagClassName
{
color: #EA8E3D;
}
</style>
background-color css
<style>
a { background-color: #EA8E3D; }
a { background-color: rgb(234,142,61); }
div.DivClassName
{
background-color: #EA8E3D;
}
.BgClassName
{
background-color: #EA8E3D;
}
</style>
border-color css
<style>
span { border-color: #EA8E3D; }
span { border-color: rgb(234,142,61); }
td.TdClassName
{
border-color: #EA8E3D;
}
.TagClassName
{
border-color: #EA8E3D;
}
</style>