Shades of Carrot Orange #EC8C20
Tints of Carrot Orange #EC8C20
RGB
CMYK
RGB Variations
Color information
#EC8C20 (or 0xEC8C20) is known color: Carrot Orange. HEX triplet: EC, 8C and 20. RGB value is (236,140,32). Sum of RGB (Red+Green+Blue) = 236+140+32=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C20 is #1373DF. Grayscale: #9C9C9C. Windows color (decimal): -1274848 or 2133228. OLE color: 2133228.
HSL color Cylindrical-coordinate representation of color #EC8C20: hue angle of 31.76º 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 #EC8C20 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 32 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.07 |
| HSL | 31.76º | 0.84% | 0.53% | - |
| HSV(B) | 31.76º | 0.86% | 0.93% | - |
| XYZ | 44.23 | 36.69 | 6.12 | - |
| YUV | 156.39 | 57.8 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 32 | 0 | 0.41 | 0.86 | 0.07 | 31.76 | 0.84 | 0.53 |
| Hex | EC | 8C | 20 | 0 | 29 | 56 | 7 | 20 | 54 | 35 |
| Octal | 354 | 214 | 40 | 0 | 51 | 126 | 7 | 40 | 124 | 65 |
| Binary | 11101100 | 10001100 | 100000 | 0 | 101001 | 1010110 | 111 | 100000 | 1010100 | 110101 |
Color Harmonies of #EC8C20
Complementary color
Monochromatic Colors of #EC8C20
Black with #EC8C20
Text Example
Text Example
White with #EC8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C20; }
p { color: rgb(236,140,32); }
H1.HeaderClassName
{
color: #EC8C20;
}
.AnyTagClassName
{
color: #EC8C20;
}
</style>
background-color css
<style>
a { background-color: #EC8C20; }
a { background-color: rgb(236,140,32); }
div.DivClassName
{
background-color: #EC8C20;
}
.BgClassName
{
background-color: #EC8C20;
}
</style>
border-color css
<style>
span { border-color: #EC8C20; }
span { border-color: rgb(236,140,32); }
td.TdClassName
{
border-color: #EC8C20;
}
.TagClassName
{
border-color: #EC8C20;
}
</style>