Shades of California #EC9140
Tints of California #EC9140
RGB
CMYK
RGB Variations
Color information
#EC9140 (or 0xEC9140) is known color: California. HEX triplet: EC, 91 and 40. RGB value is (236,145,64). Sum of RGB (Red+Green+Blue) = 236+145+64=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9140 is #136EBF. Grayscale: #A3A3A3. Windows color (decimal): -1273536 or 4231660. OLE color: 4231660.
HSL color Cylindrical-coordinate representation of color #EC9140: hue angle of 28.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC9140 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 64 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.07 |
| HSL | 28.26º | 0.82% | 0.59% | - |
| HSV(B) | 28.26º | 0.73% | 0.93% | - |
| XYZ | 45.64 | 38.45 | 9.87 | - |
| YUV | 162.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 64 | 0 | 0.39 | 0.73 | 0.07 | 28.26 | 0.82 | 0.59 |
| Hex | EC | 91 | 40 | 0 | 27 | 49 | 7 | 1C | 52 | 3B |
| Octal | 354 | 221 | 100 | 0 | 47 | 111 | 7 | 34 | 122 | 73 |
| Binary | 11101100 | 10010001 | 1000000 | 0 | 100111 | 1001001 | 111 | 11100 | 1010010 | 111011 |
Color Harmonies of #EC9140
Complementary color
Monochromatic Colors of #EC9140
Black with #EC9140
Text Example
Text Example
White with #EC9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9140; }
p { color: rgb(236,145,64); }
H1.HeaderClassName
{
color: #EC9140;
}
.AnyTagClassName
{
color: #EC9140;
}
</style>
background-color css
<style>
a { background-color: #EC9140; }
a { background-color: rgb(236,145,64); }
div.DivClassName
{
background-color: #EC9140;
}
.BgClassName
{
background-color: #EC9140;
}
</style>
border-color css
<style>
span { border-color: #EC9140; }
span { border-color: rgb(236,145,64); }
td.TdClassName
{
border-color: #EC9140;
}
.TagClassName
{
border-color: #EC9140;
}
</style>