Shades of Carrot Orange #EC9216
Tints of Carrot Orange #EC9216
RGB
CMYK
RGB Variations
Color information
#EC9216 (or 0xEC9216) is known color: Carrot Orange. HEX triplet: EC, 92 and 16. RGB value is (236,146,22). Sum of RGB (Red+Green+Blue) = 236+146+22=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9216 is #136DE9. Grayscale: #9F9F9F. Windows color (decimal): -1273322 or 1479404. OLE color: 1479404.
HSL color Cylindrical-coordinate representation of color #EC9216: hue angle of 34.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC9216 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.07 |
| HSL | 34.77º | 0.85% | 0.51% | - |
| HSV(B) | 34.77º | 0.91% | 0.93% | - |
| XYZ | 45.02 | 38.45 | 5.81 | - |
| YUV | 158.77 | 50.82 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 22 | 0 | 0.38 | 0.91 | 0.07 | 34.77 | 0.85 | 0.51 |
| Hex | EC | 92 | 16 | 0 | 26 | 5B | 7 | 23 | 55 | 33 |
| Octal | 354 | 222 | 26 | 0 | 46 | 133 | 7 | 43 | 125 | 63 |
| Binary | 11101100 | 10010010 | 10110 | 0 | 100110 | 1011011 | 111 | 100011 | 1010101 | 110011 |
Color Harmonies of #EC9216
Complementary color
Monochromatic Colors of #EC9216
Black with #EC9216
Text Example
Text Example
White with #EC9216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9216; }
p { color: rgb(236,146,22); }
H1.HeaderClassName
{
color: #EC9216;
}
.AnyTagClassName
{
color: #EC9216;
}
</style>
background-color css
<style>
a { background-color: #EC9216; }
a { background-color: rgb(236,146,22); }
div.DivClassName
{
background-color: #EC9216;
}
.BgClassName
{
background-color: #EC9216;
}
</style>
border-color css
<style>
span { border-color: #EC9216; }
span { border-color: rgb(236,146,22); }
td.TdClassName
{
border-color: #EC9216;
}
.TagClassName
{
border-color: #EC9216;
}
</style>