Shades of California #EA8F3B
Tints of California #EA8F3B
RGB
CMYK
RGB Variations
Color information
#EA8F3B (or 0xEA8F3B) is known color: California. HEX triplet: EA, 8F and 3B. RGB value is (234,143,59). Sum of RGB (Red+Green+Blue) = 234+143+59=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F3B is #1570C4. Grayscale: #A1A1A1. Windows color (decimal): -1405125 or 3903466. OLE color: 3903466.
HSL color Cylindrical-coordinate representation of color #EA8F3B: hue angle of 28.8º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA8F3B is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 59 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.08 |
| HSL | 28.8º | 0.81% | 0.57% | - |
| HSV(B) | 28.8º | 0.75% | 0.92% | - |
| XYZ | 44.54 | 37.45 | 9.02 | - |
| YUV | 160.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 59 | 0 | 0.39 | 0.75 | 0.08 | 28.8 | 0.81 | 0.57 |
| Hex | EA | 8F | 3B | 0 | 27 | 4B | 8 | 1D | 51 | 39 |
| Octal | 352 | 217 | 73 | 0 | 47 | 113 | 10 | 35 | 121 | 71 |
| Binary | 11101010 | 10001111 | 111011 | 0 | 100111 | 1001011 | 1000 | 11101 | 1010001 | 111001 |
Color Harmonies of #EA8F3B
Complementary color
Monochromatic Colors of #EA8F3B
Black with #EA8F3B
Text Example
Text Example
White with #EA8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F3B; }
p { color: rgb(234,143,59); }
H1.HeaderClassName
{
color: #EA8F3B;
}
.AnyTagClassName
{
color: #EA8F3B;
}
</style>
background-color css
<style>
a { background-color: #EA8F3B; }
a { background-color: rgb(234,143,59); }
div.DivClassName
{
background-color: #EA8F3B;
}
.BgClassName
{
background-color: #EA8F3B;
}
</style>
border-color css
<style>
span { border-color: #EA8F3B; }
span { border-color: rgb(234,143,59); }
td.TdClassName
{
border-color: #EA8F3B;
}
.TagClassName
{
border-color: #EA8F3B;
}
</style>