Shades of California #EA8937
Tints of California #EA8937
RGB
CMYK
RGB Variations
Color information
#EA8937 (or 0xEA8937) is known color: California. HEX triplet: EA, 89 and 37. RGB value is (234,137,55). Sum of RGB (Red+Green+Blue) = 234+137+55=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8937 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8937 is #1576C8. Grayscale: #9D9D9D. Windows color (decimal): -1406665 or 3639786. OLE color: 3639786.
HSL color Cylindrical-coordinate representation of color #EA8937: hue angle of 27.49º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA8937 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 55 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.08 |
| HSL | 27.49º | 0.81% | 0.57% | - |
| HSV(B) | 27.49º | 0.76% | 0.92% | - |
| XYZ | 43.57 | 35.66 | 8.2 | - |
| YUV | 156.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 55 | 0 | 0.41 | 0.76 | 0.08 | 27.49 | 0.81 | 0.57 |
| Hex | EA | 89 | 37 | 0 | 29 | 4C | 8 | 1B | 51 | 39 |
| Octal | 352 | 211 | 67 | 0 | 51 | 114 | 10 | 33 | 121 | 71 |
| Binary | 11101010 | 10001001 | 110111 | 0 | 101001 | 1001100 | 1000 | 11011 | 1010001 | 111001 |
Color Harmonies of #EA8937
Complementary color
Monochromatic Colors of #EA8937
Black with #EA8937
Text Example
Text Example
White with #EA8937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8937; }
p { color: rgb(234,137,55); }
H1.HeaderClassName
{
color: #EA8937;
}
.AnyTagClassName
{
color: #EA8937;
}
</style>
background-color css
<style>
a { background-color: #EA8937; }
a { background-color: rgb(234,137,55); }
div.DivClassName
{
background-color: #EA8937;
}
.BgClassName
{
background-color: #EA8937;
}
</style>
border-color css
<style>
span { border-color: #EA8937; }
span { border-color: rgb(234,137,55); }
td.TdClassName
{
border-color: #EA8937;
}
.TagClassName
{
border-color: #EA8937;
}
</style>