Shades of Carrot Orange #EC9022
Tints of Carrot Orange #EC9022
RGB
CMYK
RGB Variations
Color information
#EC9022 (or 0xEC9022) is known color: Carrot Orange. HEX triplet: EC, 90 and 22. RGB value is (236,144,34). Sum of RGB (Red+Green+Blue) = 236+144+34=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9022 is #136FDD. Grayscale: #9F9F9F. Windows color (decimal): -1273822 or 2265324. OLE color: 2265324.
HSL color Cylindrical-coordinate representation of color #EC9022: hue angle of 32.67º 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 #EC9022 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 34 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.07 |
| HSL | 32.67º | 0.84% | 0.53% | - |
| HSV(B) | 32.67º | 0.86% | 0.93% | - |
| XYZ | 44.85 | 37.89 | 6.46 | - |
| YUV | 158.97 | 57.48 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 34 | 0 | 0.39 | 0.86 | 0.07 | 32.67 | 0.84 | 0.53 |
| Hex | EC | 90 | 22 | 0 | 27 | 56 | 7 | 21 | 54 | 35 |
| Octal | 354 | 220 | 42 | 0 | 47 | 126 | 7 | 41 | 124 | 65 |
| Binary | 11101100 | 10010000 | 100010 | 0 | 100111 | 1010110 | 111 | 100001 | 1010100 | 110101 |
Color Harmonies of #EC9022
Complementary color
Monochromatic Colors of #EC9022
Black with #EC9022
Text Example
Text Example
White with #EC9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9022; }
p { color: rgb(236,144,34); }
H1.HeaderClassName
{
color: #EC9022;
}
.AnyTagClassName
{
color: #EC9022;
}
</style>
background-color css
<style>
a { background-color: #EC9022; }
a { background-color: rgb(236,144,34); }
div.DivClassName
{
background-color: #EC9022;
}
.BgClassName
{
background-color: #EC9022;
}
</style>
border-color css
<style>
span { border-color: #EC9022; }
span { border-color: rgb(236,144,34); }
td.TdClassName
{
border-color: #EC9022;
}
.TagClassName
{
border-color: #EC9022;
}
</style>