Shades of Carrot Orange #EC9316
Tints of Carrot Orange #EC9316
RGB
CMYK
RGB Variations
Color information
#EC9316 (or 0xEC9316) is known color: Carrot Orange. HEX triplet: EC, 93 and 16. RGB value is (236,147,22). Sum of RGB (Red+Green+Blue) = 236+147+22=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9316 is #136CE9. Grayscale: #9F9F9F. Windows color (decimal): -1273066 or 1479660. OLE color: 1479660.
HSL color Cylindrical-coordinate representation of color #EC9316: hue angle of 35.05º 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 #EC9316 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.07 |
| HSL | 35.05º | 0.85% | 0.51% | - |
| HSV(B) | 35.05º | 0.91% | 0.93% | - |
| XYZ | 45.17 | 38.76 | 5.86 | - |
| YUV | 159.36 | 50.49 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 22 | 0 | 0.38 | 0.91 | 0.07 | 35.05 | 0.85 | 0.51 |
| Hex | EC | 93 | 16 | 0 | 26 | 5B | 7 | 23 | 55 | 33 |
| Octal | 354 | 223 | 26 | 0 | 46 | 133 | 7 | 43 | 125 | 63 |
| Binary | 11101100 | 10010011 | 10110 | 0 | 100110 | 1011011 | 111 | 100011 | 1010101 | 110011 |
Color Harmonies of #EC9316
Complementary color
Monochromatic Colors of #EC9316
Black with #EC9316
Text Example
Text Example
White with #EC9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9316; }
p { color: rgb(236,147,22); }
H1.HeaderClassName
{
color: #EC9316;
}
.AnyTagClassName
{
color: #EC9316;
}
</style>
background-color css
<style>
a { background-color: #EC9316; }
a { background-color: rgb(236,147,22); }
div.DivClassName
{
background-color: #EC9316;
}
.BgClassName
{
background-color: #EC9316;
}
</style>
border-color css
<style>
span { border-color: #EC9316; }
span { border-color: rgb(236,147,22); }
td.TdClassName
{
border-color: #EC9316;
}
.TagClassName
{
border-color: #EC9316;
}
</style>