Shades of Carrot Orange #EC9C20
Tints of Carrot Orange #EC9C20
RGB
CMYK
RGB Variations
Color information
#EC9C20 (or 0xEC9C20) is known color: Carrot Orange. HEX triplet: EC, 9C and 20. RGB value is (236,156,32). Sum of RGB (Red+Green+Blue) = 236+156+32=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C20 is #1363DF. Grayscale: #A6A6A6. Windows color (decimal): -1270752 or 2137324. OLE color: 2137324.
HSL color Cylindrical-coordinate representation of color #EC9C20: hue angle of 36.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC9C20 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 32 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.07 |
| HSL | 36.47º | 0.84% | 0.53% | - |
| HSV(B) | 36.47º | 0.86% | 0.93% | - |
| XYZ | 46.74 | 41.71 | 6.95 | - |
| YUV | 165.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 32 | 0 | 0.34 | 0.86 | 0.07 | 36.47 | 0.84 | 0.53 |
| Hex | EC | 9C | 20 | 0 | 22 | 56 | 7 | 24 | 54 | 35 |
| Octal | 354 | 234 | 40 | 0 | 42 | 126 | 7 | 44 | 124 | 65 |
| Binary | 11101100 | 10011100 | 100000 | 0 | 100010 | 1010110 | 111 | 100100 | 1010100 | 110101 |
Color Harmonies of #EC9C20
Complementary color
Monochromatic Colors of #EC9C20
Black with #EC9C20
Text Example
Text Example
White with #EC9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C20; }
p { color: rgb(236,156,32); }
H1.HeaderClassName
{
color: #EC9C20;
}
.AnyTagClassName
{
color: #EC9C20;
}
</style>
background-color css
<style>
a { background-color: #EC9C20; }
a { background-color: rgb(236,156,32); }
div.DivClassName
{
background-color: #EC9C20;
}
.BgClassName
{
background-color: #EC9C20;
}
</style>
border-color css
<style>
span { border-color: #EC9C20; }
span { border-color: rgb(236,156,32); }
td.TdClassName
{
border-color: #EC9C20;
}
.TagClassName
{
border-color: #EC9C20;
}
</style>