Shades of Carrot Orange #EC9214
Tints of Carrot Orange #EC9214
RGB
CMYK
RGB Variations
Color information
#EC9214 (or 0xEC9214) is known color: Carrot Orange. HEX triplet: EC, 92 and 14. RGB value is (236,146,20). Sum of RGB (Red+Green+Blue) = 236+146+20=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9214 is #136DEB. Grayscale: #9F9F9F. Windows color (decimal): -1273324 or 1348332. OLE color: 1348332.
HSL color Cylindrical-coordinate representation of color #EC9214: hue angle of 35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9214 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 20 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.07 |
| HSL | 35º | 0.85% | 0.5% | - |
| HSV(B) | 35º | 0.92% | 0.93% | - |
| XYZ | 45 | 38.44 | 5.71 | - |
| YUV | 158.55 | 49.82 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 20 | 0 | 0.38 | 0.92 | 0.07 | 35 | 0.85 | 0.5 |
| Hex | EC | 92 | 14 | 0 | 26 | 5C | 7 | 23 | 55 | 32 |
| Octal | 354 | 222 | 24 | 0 | 46 | 134 | 7 | 43 | 125 | 62 |
| Binary | 11101100 | 10010010 | 10100 | 0 | 100110 | 1011100 | 111 | 100011 | 1010101 | 110010 |
Color Harmonies of #EC9214
Complementary color
Monochromatic Colors of #EC9214
Black with #EC9214
Text Example
Text Example
White with #EC9214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9214; }
p { color: rgb(236,146,20); }
H1.HeaderClassName
{
color: #EC9214;
}
.AnyTagClassName
{
color: #EC9214;
}
</style>
background-color css
<style>
a { background-color: #EC9214; }
a { background-color: rgb(236,146,20); }
div.DivClassName
{
background-color: #EC9214;
}
.BgClassName
{
background-color: #EC9214;
}
</style>
border-color css
<style>
span { border-color: #EC9214; }
span { border-color: rgb(236,146,20); }
td.TdClassName
{
border-color: #EC9214;
}
.TagClassName
{
border-color: #EC9214;
}
</style>