Shades of California #EC913F
Tints of California #EC913F
RGB
CMYK
RGB Variations
Color information
#EC913F (or 0xEC913F) is known color: California. HEX triplet: EC, 91 and 3F. RGB value is (236,145,63). Sum of RGB (Red+Green+Blue) = 236+145+63=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC913F is #136EC0. Grayscale: #A3A3A3. Windows color (decimal): -1273537 or 4166124. OLE color: 4166124.
HSL color Cylindrical-coordinate representation of color #EC913F: hue angle of 28.44º 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 #EC913F is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 63 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.07 |
| HSL | 28.44º | 0.82% | 0.59% | - |
| HSV(B) | 28.44º | 0.73% | 0.93% | - |
| XYZ | 45.61 | 38.44 | 9.72 | - |
| YUV | 162.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 63 | 0 | 0.39 | 0.73 | 0.07 | 28.44 | 0.82 | 0.59 |
| Hex | EC | 91 | 3F | 0 | 27 | 49 | 7 | 1C | 52 | 3B |
| Octal | 354 | 221 | 77 | 0 | 47 | 111 | 7 | 34 | 122 | 73 |
| Binary | 11101100 | 10010001 | 111111 | 0 | 100111 | 1001001 | 111 | 11100 | 1010010 | 111011 |
Color Harmonies of #EC913F
Complementary color
Monochromatic Colors of #EC913F
Black with #EC913F
Text Example
Text Example
White with #EC913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC913F; }
p { color: rgb(236,145,63); }
H1.HeaderClassName
{
color: #EC913F;
}
.AnyTagClassName
{
color: #EC913F;
}
</style>
background-color css
<style>
a { background-color: #EC913F; }
a { background-color: rgb(236,145,63); }
div.DivClassName
{
background-color: #EC913F;
}
.BgClassName
{
background-color: #EC913F;
}
</style>
border-color css
<style>
span { border-color: #EC913F; }
span { border-color: rgb(236,145,63); }
td.TdClassName
{
border-color: #EC913F;
}
.TagClassName
{
border-color: #EC913F;
}
</style>