Shades of Carrot Orange #EC9029
Tints of Carrot Orange #EC9029
RGB
CMYK
RGB Variations
Color information
#EC9029 (or 0xEC9029) is known color: Carrot Orange. HEX triplet: EC, 90 and 29. RGB value is (236,144,41). Sum of RGB (Red+Green+Blue) = 236+144+41=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9029 is #136FD6. Grayscale: #A0A0A0. Windows color (decimal): -1273815 or 2724076. OLE color: 2724076.
HSL color Cylindrical-coordinate representation of color #EC9029: hue angle of 31.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC9029 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 41 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.07 |
| HSL | 31.69º | 0.84% | 0.54% | - |
| HSV(B) | 31.69º | 0.83% | 0.93% | - |
| XYZ | 44.97 | 37.94 | 7.05 | - |
| YUV | 159.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 41 | 0 | 0.39 | 0.83 | 0.07 | 31.69 | 0.84 | 0.54 |
| Hex | EC | 90 | 29 | 0 | 27 | 53 | 7 | 20 | 54 | 36 |
| Octal | 354 | 220 | 51 | 0 | 47 | 123 | 7 | 40 | 124 | 66 |
| Binary | 11101100 | 10010000 | 101001 | 0 | 100111 | 1010011 | 111 | 100000 | 1010100 | 110110 |
Color Harmonies of #EC9029
Complementary color
Monochromatic Colors of #EC9029
Black with #EC9029
Text Example
Text Example
White with #EC9029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9029; }
p { color: rgb(236,144,41); }
H1.HeaderClassName
{
color: #EC9029;
}
.AnyTagClassName
{
color: #EC9029;
}
</style>
background-color css
<style>
a { background-color: #EC9029; }
a { background-color: rgb(236,144,41); }
div.DivClassName
{
background-color: #EC9029;
}
.BgClassName
{
background-color: #EC9029;
}
</style>
border-color css
<style>
span { border-color: #EC9029; }
span { border-color: rgb(236,144,41); }
td.TdClassName
{
border-color: #EC9029;
}
.TagClassName
{
border-color: #EC9029;
}
</style>