Shades of Carrot Orange #EC8020
Tints of Carrot Orange #EC8020
RGB
CMYK
RGB Variations
Color information
#EC8020 (or 0xEC8020) is known color: Carrot Orange. HEX triplet: EC, 80 and 20. RGB value is (236,128,32). Sum of RGB (Red+Green+Blue) = 236+128+32=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8020 is #137FDF. Grayscale: #959595. Windows color (decimal): -1277920 or 2130156. OLE color: 2130156.
HSL color Cylindrical-coordinate representation of color #EC8020: hue angle of 28.24º 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 #EC8020 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 32 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.07 |
| HSL | 28.24º | 0.84% | 0.53% | - |
| HSV(B) | 28.24º | 0.86% | 0.93% | - |
| XYZ | 42.57 | 33.38 | 5.56 | - |
| YUV | 149.35 | 61.78 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 32 | 0 | 0.46 | 0.86 | 0.07 | 28.24 | 0.84 | 0.53 |
| Hex | EC | 80 | 20 | 0 | 2E | 56 | 7 | 1C | 54 | 35 |
| Octal | 354 | 200 | 40 | 0 | 56 | 126 | 7 | 34 | 124 | 65 |
| Binary | 11101100 | 10000000 | 100000 | 0 | 101110 | 1010110 | 111 | 11100 | 1010100 | 110101 |
Color Harmonies of #EC8020
Complementary color
Monochromatic Colors of #EC8020
Black with #EC8020
Text Example
Text Example
White with #EC8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8020; }
p { color: rgb(236,128,32); }
H1.HeaderClassName
{
color: #EC8020;
}
.AnyTagClassName
{
color: #EC8020;
}
</style>
background-color css
<style>
a { background-color: #EC8020; }
a { background-color: rgb(236,128,32); }
div.DivClassName
{
background-color: #EC8020;
}
.BgClassName
{
background-color: #EC8020;
}
</style>
border-color css
<style>
span { border-color: #EC8020; }
span { border-color: rgb(236,128,32); }
td.TdClassName
{
border-color: #EC8020;
}
.TagClassName
{
border-color: #EC8020;
}
</style>