Shades of Carrot Orange #EC9222
Tints of Carrot Orange #EC9222
RGB
CMYK
RGB Variations
Color information
#EC9222 (or 0xEC9222) is known color: Carrot Orange. HEX triplet: EC, 92 and 22. RGB value is (236,146,34). Sum of RGB (Red+Green+Blue) = 236+146+34=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9222 is #136DDD. Grayscale: #A0A0A0. Windows color (decimal): -1273310 or 2265836. OLE color: 2265836.
HSL color Cylindrical-coordinate representation of color #EC9222: hue angle of 33.27º 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 #EC9222 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 34 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.07 |
| HSL | 33.27º | 0.84% | 0.53% | - |
| HSV(B) | 33.27º | 0.86% | 0.93% | - |
| XYZ | 45.16 | 38.51 | 6.57 | - |
| YUV | 160.14 | 56.82 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 34 | 0 | 0.38 | 0.86 | 0.07 | 33.27 | 0.84 | 0.53 |
| Hex | EC | 92 | 22 | 0 | 26 | 56 | 7 | 21 | 54 | 35 |
| Octal | 354 | 222 | 42 | 0 | 46 | 126 | 7 | 41 | 124 | 65 |
| Binary | 11101100 | 10010010 | 100010 | 0 | 100110 | 1010110 | 111 | 100001 | 1010100 | 110101 |
Color Harmonies of #EC9222
Complementary color
Monochromatic Colors of #EC9222
Black with #EC9222
Text Example
Text Example
White with #EC9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9222; }
p { color: rgb(236,146,34); }
H1.HeaderClassName
{
color: #EC9222;
}
.AnyTagClassName
{
color: #EC9222;
}
</style>
background-color css
<style>
a { background-color: #EC9222; }
a { background-color: rgb(236,146,34); }
div.DivClassName
{
background-color: #EC9222;
}
.BgClassName
{
background-color: #EC9222;
}
</style>
border-color css
<style>
span { border-color: #EC9222; }
span { border-color: rgb(236,146,34); }
td.TdClassName
{
border-color: #EC9222;
}
.TagClassName
{
border-color: #EC9222;
}
</style>