Shades of California #EC8837
Tints of California #EC8837
RGB
CMYK
RGB Variations
Color information
#EC8837 (or 0xEC8837) is known color: California. HEX triplet: EC, 88 and 37. RGB value is (236,136,55). Sum of RGB (Red+Green+Blue) = 236+136+55=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8837 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8837 is #1377C8. Grayscale: #9D9D9D. Windows color (decimal): -1275849 or 3639532. OLE color: 3639532.
HSL color Cylindrical-coordinate representation of color #EC8837: hue angle of 26.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC8837 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 55 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.07 |
| HSL | 26.85º | 0.83% | 0.57% | - |
| HSV(B) | 26.85º | 0.77% | 0.93% | - |
| XYZ | 44.09 | 35.72 | 8.18 | - |
| YUV | 156.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 55 | 0 | 0.42 | 0.77 | 0.07 | 26.85 | 0.83 | 0.57 |
| Hex | EC | 88 | 37 | 0 | 2A | 4D | 7 | 1B | 53 | 39 |
| Octal | 354 | 210 | 67 | 0 | 52 | 115 | 7 | 33 | 123 | 71 |
| Binary | 11101100 | 10001000 | 110111 | 0 | 101010 | 1001101 | 111 | 11011 | 1010011 | 111001 |
Color Harmonies of #EC8837
Complementary color
Monochromatic Colors of #EC8837
Black with #EC8837
Text Example
Text Example
White with #EC8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8837; }
p { color: rgb(236,136,55); }
H1.HeaderClassName
{
color: #EC8837;
}
.AnyTagClassName
{
color: #EC8837;
}
</style>
background-color css
<style>
a { background-color: #EC8837; }
a { background-color: rgb(236,136,55); }
div.DivClassName
{
background-color: #EC8837;
}
.BgClassName
{
background-color: #EC8837;
}
</style>
border-color css
<style>
span { border-color: #EC8837; }
span { border-color: rgb(236,136,55); }
td.TdClassName
{
border-color: #EC8837;
}
.TagClassName
{
border-color: #EC8837;
}
</style>