Shades of California #EA8935
Tints of California #EA8935
RGB
CMYK
RGB Variations
Color information
#EA8935 (or 0xEA8935) is known color: California. HEX triplet: EA, 89 and 35. RGB value is (234,137,53). Sum of RGB (Red+Green+Blue) = 234+137+53=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8935 is #1576CA. Grayscale: #9C9C9C. Windows color (decimal): -1406667 or 3508714. OLE color: 3508714.
HSL color Cylindrical-coordinate representation of color #EA8935: hue angle of 27.85º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA8935 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 53 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.08 |
| HSL | 27.85º | 0.81% | 0.56% | - |
| HSV(B) | 27.85º | 0.77% | 0.92% | - |
| XYZ | 43.52 | 35.64 | 7.95 | - |
| YUV | 156.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 53 | 0 | 0.41 | 0.77 | 0.08 | 27.85 | 0.81 | 0.56 |
| Hex | EA | 89 | 35 | 0 | 29 | 4D | 8 | 1C | 51 | 38 |
| Octal | 352 | 211 | 65 | 0 | 51 | 115 | 10 | 34 | 121 | 70 |
| Binary | 11101010 | 10001001 | 110101 | 0 | 101001 | 1001101 | 1000 | 11100 | 1010001 | 111000 |
Color Harmonies of #EA8935
Complementary color
Monochromatic Colors of #EA8935
Black with #EA8935
Text Example
Text Example
White with #EA8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8935; }
p { color: rgb(234,137,53); }
H1.HeaderClassName
{
color: #EA8935;
}
.AnyTagClassName
{
color: #EA8935;
}
</style>
background-color css
<style>
a { background-color: #EA8935; }
a { background-color: rgb(234,137,53); }
div.DivClassName
{
background-color: #EA8935;
}
.BgClassName
{
background-color: #EA8935;
}
</style>
border-color css
<style>
span { border-color: #EA8935; }
span { border-color: rgb(234,137,53); }
td.TdClassName
{
border-color: #EA8935;
}
.TagClassName
{
border-color: #EA8935;
}
</style>