Shades of Carrot Orange #EC9521
Tints of Carrot Orange #EC9521
RGB
CMYK
RGB Variations
Color information
#EC9521 (or 0xEC9521) is known color: Carrot Orange. HEX triplet: EC, 95 and 21. RGB value is (236,149,33). Sum of RGB (Red+Green+Blue) = 236+149+33=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9521 is #136ADE. Grayscale: #A2A2A2. Windows color (decimal): -1272543 or 2201068. OLE color: 2201068.
HSL color Cylindrical-coordinate representation of color #EC9521: hue angle of 34.29º 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 #EC9521 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 33 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.07 |
| HSL | 34.29º | 0.84% | 0.53% | - |
| HSV(B) | 34.29º | 0.86% | 0.93% | - |
| XYZ | 45.61 | 39.44 | 6.65 | - |
| YUV | 161.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 33 | 0 | 0.37 | 0.86 | 0.07 | 34.29 | 0.84 | 0.53 |
| Hex | EC | 95 | 21 | 0 | 25 | 56 | 7 | 22 | 54 | 35 |
| Octal | 354 | 225 | 41 | 0 | 45 | 126 | 7 | 42 | 124 | 65 |
| Binary | 11101100 | 10010101 | 100001 | 0 | 100101 | 1010110 | 111 | 100010 | 1010100 | 110101 |
Color Harmonies of #EC9521
Complementary color
Monochromatic Colors of #EC9521
Black with #EC9521
Text Example
Text Example
White with #EC9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9521; }
p { color: rgb(236,149,33); }
H1.HeaderClassName
{
color: #EC9521;
}
.AnyTagClassName
{
color: #EC9521;
}
</style>
background-color css
<style>
a { background-color: #EC9521; }
a { background-color: rgb(236,149,33); }
div.DivClassName
{
background-color: #EC9521;
}
.BgClassName
{
background-color: #EC9521;
}
</style>
border-color css
<style>
span { border-color: #EC9521; }
span { border-color: rgb(236,149,33); }
td.TdClassName
{
border-color: #EC9521;
}
.TagClassName
{
border-color: #EC9521;
}
</style>