Shades of Carrot Orange #EC8F20
Tints of Carrot Orange #EC8F20
RGB
CMYK
RGB Variations
Color information
#EC8F20 (or 0xEC8F20) is known color: Carrot Orange. HEX triplet: EC, 8F and 20. RGB value is (236,143,32). Sum of RGB (Red+Green+Blue) = 236+143+32=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F20 is #1370DF. Grayscale: #9E9E9E. Windows color (decimal): -1274080 or 2133996. OLE color: 2133996.
HSL color Cylindrical-coordinate representation of color #EC8F20: hue angle of 32.65º 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 #EC8F20 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.07 |
| HSL | 32.65º | 0.84% | 0.53% | - |
| HSV(B) | 32.65º | 0.86% | 0.93% | - |
| XYZ | 44.68 | 37.58 | 6.27 | - |
| YUV | 158.15 | 56.81 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 32 | 0 | 0.39 | 0.86 | 0.07 | 32.65 | 0.84 | 0.53 |
| Hex | EC | 8F | 20 | 0 | 27 | 56 | 7 | 21 | 54 | 35 |
| Octal | 354 | 217 | 40 | 0 | 47 | 126 | 7 | 41 | 124 | 65 |
| Binary | 11101100 | 10001111 | 100000 | 0 | 100111 | 1010110 | 111 | 100001 | 1010100 | 110101 |
Color Harmonies of #EC8F20
Complementary color
Monochromatic Colors of #EC8F20
Black with #EC8F20
Text Example
Text Example
White with #EC8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F20; }
p { color: rgb(236,143,32); }
H1.HeaderClassName
{
color: #EC8F20;
}
.AnyTagClassName
{
color: #EC8F20;
}
</style>
background-color css
<style>
a { background-color: #EC8F20; }
a { background-color: rgb(236,143,32); }
div.DivClassName
{
background-color: #EC8F20;
}
.BgClassName
{
background-color: #EC8F20;
}
</style>
border-color css
<style>
span { border-color: #EC8F20; }
span { border-color: rgb(236,143,32); }
td.TdClassName
{
border-color: #EC8F20;
}
.TagClassName
{
border-color: #EC8F20;
}
</style>