Shades of Carrot Orange #EC9416
Tints of Carrot Orange #EC9416
RGB
CMYK
RGB Variations
Color information
#EC9416 (or 0xEC9416) is known color: Carrot Orange. HEX triplet: EC, 94 and 16. RGB value is (236,148,22). Sum of RGB (Red+Green+Blue) = 236+148+22=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9416 is #136BE9. Grayscale: #A0A0A0. Windows color (decimal): -1272810 or 1479916. OLE color: 1479916.
HSL color Cylindrical-coordinate representation of color #EC9416: hue angle of 35.33º 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 #EC9416 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 22 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.07 |
| HSL | 35.33º | 0.85% | 0.51% | - |
| HSV(B) | 35.33º | 0.91% | 0.93% | - |
| XYZ | 45.33 | 39.07 | 5.91 | - |
| YUV | 159.95 | 50.15 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 22 | 0 | 0.37 | 0.91 | 0.07 | 35.33 | 0.85 | 0.51 |
| Hex | EC | 94 | 16 | 0 | 25 | 5B | 7 | 23 | 55 | 33 |
| Octal | 354 | 224 | 26 | 0 | 45 | 133 | 7 | 43 | 125 | 63 |
| Binary | 11101100 | 10010100 | 10110 | 0 | 100101 | 1011011 | 111 | 100011 | 1010101 | 110011 |
Color Harmonies of #EC9416
Complementary color
Monochromatic Colors of #EC9416
Black with #EC9416
Text Example
Text Example
White with #EC9416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9416; }
p { color: rgb(236,148,22); }
H1.HeaderClassName
{
color: #EC9416;
}
.AnyTagClassName
{
color: #EC9416;
}
</style>
background-color css
<style>
a { background-color: #EC9416; }
a { background-color: rgb(236,148,22); }
div.DivClassName
{
background-color: #EC9416;
}
.BgClassName
{
background-color: #EC9416;
}
</style>
border-color css
<style>
span { border-color: #EC9416; }
span { border-color: rgb(236,148,22); }
td.TdClassName
{
border-color: #EC9416;
}
.TagClassName
{
border-color: #EC9416;
}
</style>