Shades of Carrot Orange #ECA022
Tints of Carrot Orange #ECA022
RGB
CMYK
RGB Variations
Color information
#ECA022 (or 0xECA022) is known color: Carrot Orange. HEX triplet: EC, A0 and 22. RGB value is (236,160,34). Sum of RGB (Red+Green+Blue) = 236+160+34=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA022 is #135FDD. Grayscale: #A8A8A8. Windows color (decimal): -1269726 or 2269420. OLE color: 2269420.
HSL color Cylindrical-coordinate representation of color #ECA022: hue angle of 37.43º 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 #ECA022 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 34 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.07 |
| HSL | 37.43º | 0.84% | 0.53% | - |
| HSV(B) | 37.43º | 0.86% | 0.93% | - |
| XYZ | 47.45 | 43.09 | 7.33 | - |
| YUV | 168.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 34 | 0 | 0.32 | 0.86 | 0.07 | 37.43 | 0.84 | 0.53 |
| Hex | EC | A0 | 22 | 0 | 20 | 56 | 7 | 25 | 54 | 35 |
| Octal | 354 | 240 | 42 | 0 | 40 | 126 | 7 | 45 | 124 | 65 |
| Binary | 11101100 | 10100000 | 100010 | 0 | 100000 | 1010110 | 111 | 100101 | 1010100 | 110101 |
Color Harmonies of #ECA022
Complementary color
Monochromatic Colors of #ECA022
Black with #ECA022
Text Example
Text Example
White with #ECA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA022; }
p { color: rgb(236,160,34); }
H1.HeaderClassName
{
color: #ECA022;
}
.AnyTagClassName
{
color: #ECA022;
}
</style>
background-color css
<style>
a { background-color: #ECA022; }
a { background-color: rgb(236,160,34); }
div.DivClassName
{
background-color: #ECA022;
}
.BgClassName
{
background-color: #ECA022;
}
</style>
border-color css
<style>
span { border-color: #ECA022; }
span { border-color: rgb(236,160,34); }
td.TdClassName
{
border-color: #ECA022;
}
.TagClassName
{
border-color: #ECA022;
}
</style>