Shades of Carrot Orange #EC9220
Tints of Carrot Orange #EC9220
RGB
CMYK
RGB Variations
Color information
#EC9220 (or 0xEC9220) is known color: Carrot Orange. HEX triplet: EC, 92 and 20. RGB value is (236,146,32). Sum of RGB (Red+Green+Blue) = 236+146+32=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9220 is #136DDF. Grayscale: #A0A0A0. Windows color (decimal): -1273312 or 2134764. OLE color: 2134764.
HSL color Cylindrical-coordinate representation of color #EC9220: hue angle of 33.53º 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 #EC9220 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 32 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.07 |
| HSL | 33.53º | 0.84% | 0.53% | - |
| HSV(B) | 33.53º | 0.86% | 0.93% | - |
| XYZ | 45.13 | 38.49 | 6.42 | - |
| YUV | 159.91 | 55.82 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 32 | 0 | 0.38 | 0.86 | 0.07 | 33.53 | 0.84 | 0.53 |
| Hex | EC | 92 | 20 | 0 | 26 | 56 | 7 | 22 | 54 | 35 |
| Octal | 354 | 222 | 40 | 0 | 46 | 126 | 7 | 42 | 124 | 65 |
| Binary | 11101100 | 10010010 | 100000 | 0 | 100110 | 1010110 | 111 | 100010 | 1010100 | 110101 |
Color Harmonies of #EC9220
Complementary color
Monochromatic Colors of #EC9220
Black with #EC9220
Text Example
Text Example
White with #EC9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9220; }
p { color: rgb(236,146,32); }
H1.HeaderClassName
{
color: #EC9220;
}
.AnyTagClassName
{
color: #EC9220;
}
</style>
background-color css
<style>
a { background-color: #EC9220; }
a { background-color: rgb(236,146,32); }
div.DivClassName
{
background-color: #EC9220;
}
.BgClassName
{
background-color: #EC9220;
}
</style>
border-color css
<style>
span { border-color: #EC9220; }
span { border-color: rgb(236,146,32); }
td.TdClassName
{
border-color: #EC9220;
}
.TagClassName
{
border-color: #EC9220;
}
</style>