Shades of California #EA8B3E
Tints of California #EA8B3E
RGB
CMYK
RGB Variations
Color information
#EA8B3E (or 0xEA8B3E) is known color: California. HEX triplet: EA, 8B and 3E. RGB value is (234,139,62). Sum of RGB (Red+Green+Blue) = 234+139+62=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B3E is #1574C1. Grayscale: #9F9F9F. Windows color (decimal): -1406146 or 4099050. OLE color: 4099050.
HSL color Cylindrical-coordinate representation of color #EA8B3E: hue angle of 26.86º 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 #EA8B3E is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 62 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.08 |
| HSL | 26.86º | 0.8% | 0.58% | - |
| HSV(B) | 26.86º | 0.74% | 0.92% | - |
| XYZ | 44.03 | 36.31 | 9.24 | - |
| YUV | 158.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 62 | 0 | 0.41 | 0.74 | 0.08 | 26.86 | 0.8 | 0.58 |
| Hex | EA | 8B | 3E | 0 | 29 | 4A | 8 | 1B | 50 | 3A |
| Octal | 352 | 213 | 76 | 0 | 51 | 112 | 10 | 33 | 120 | 72 |
| Binary | 11101010 | 10001011 | 111110 | 0 | 101001 | 1001010 | 1000 | 11011 | 1010000 | 111010 |
Color Harmonies of #EA8B3E
Complementary color
Monochromatic Colors of #EA8B3E
Black with #EA8B3E
Text Example
Text Example
White with #EA8B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B3E; }
p { color: rgb(234,139,62); }
H1.HeaderClassName
{
color: #EA8B3E;
}
.AnyTagClassName
{
color: #EA8B3E;
}
</style>
background-color css
<style>
a { background-color: #EA8B3E; }
a { background-color: rgb(234,139,62); }
div.DivClassName
{
background-color: #EA8B3E;
}
.BgClassName
{
background-color: #EA8B3E;
}
</style>
border-color css
<style>
span { border-color: #EA8B3E; }
span { border-color: rgb(234,139,62); }
td.TdClassName
{
border-color: #EA8B3E;
}
.TagClassName
{
border-color: #EA8B3E;
}
</style>