Shades of California #EA8B36
Tints of California #EA8B36
RGB
CMYK
RGB Variations
Color information
#EA8B36 (or 0xEA8B36) is known color: California. HEX triplet: EA, 8B and 36. RGB value is (234,139,54). Sum of RGB (Red+Green+Blue) = 234+139+54=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B36 is #1574C9. Grayscale: #9E9E9E. Windows color (decimal): -1406154 or 3574762. OLE color: 3574762.
HSL color Cylindrical-coordinate representation of color #EA8B36: hue angle of 28.33º 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 #EA8B36 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 54 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.08 |
| HSL | 28.33º | 0.81% | 0.56% | - |
| HSV(B) | 28.33º | 0.77% | 0.92% | - |
| XYZ | 43.83 | 36.22 | 8.17 | - |
| YUV | 157.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 54 | 0 | 0.41 | 0.77 | 0.08 | 28.33 | 0.81 | 0.56 |
| Hex | EA | 8B | 36 | 0 | 29 | 4D | 8 | 1C | 51 | 38 |
| Octal | 352 | 213 | 66 | 0 | 51 | 115 | 10 | 34 | 121 | 70 |
| Binary | 11101010 | 10001011 | 110110 | 0 | 101001 | 1001101 | 1000 | 11100 | 1010001 | 111000 |
Color Harmonies of #EA8B36
Complementary color
Monochromatic Colors of #EA8B36
Black with #EA8B36
Text Example
Text Example
White with #EA8B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B36; }
p { color: rgb(234,139,54); }
H1.HeaderClassName
{
color: #EA8B36;
}
.AnyTagClassName
{
color: #EA8B36;
}
</style>
background-color css
<style>
a { background-color: #EA8B36; }
a { background-color: rgb(234,139,54); }
div.DivClassName
{
background-color: #EA8B36;
}
.BgClassName
{
background-color: #EA8B36;
}
</style>
border-color css
<style>
span { border-color: #EA8B36; }
span { border-color: rgb(234,139,54); }
td.TdClassName
{
border-color: #EA8B36;
}
.TagClassName
{
border-color: #EA8B36;
}
</style>