Shades of Carrot Orange #EC8120
Tints of Carrot Orange #EC8120
RGB
CMYK
RGB Variations
Color information
#EC8120 (or 0xEC8120) is known color: Carrot Orange. HEX triplet: EC, 81 and 20. RGB value is (236,129,32). Sum of RGB (Red+Green+Blue) = 236+129+32=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8120 is #137EDF. Grayscale: #969696. Windows color (decimal): -1277664 or 2130412. OLE color: 2130412.
HSL color Cylindrical-coordinate representation of color #EC8120: hue angle of 28.53º 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 #EC8120 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 32 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.07 |
| HSL | 28.53º | 0.84% | 0.53% | - |
| HSV(B) | 28.53º | 0.86% | 0.93% | - |
| XYZ | 42.7 | 33.64 | 5.61 | - |
| YUV | 149.94 | 61.45 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 32 | 0 | 0.45 | 0.86 | 0.07 | 28.53 | 0.84 | 0.53 |
| Hex | EC | 81 | 20 | 0 | 2D | 56 | 7 | 1D | 54 | 35 |
| Octal | 354 | 201 | 40 | 0 | 55 | 126 | 7 | 35 | 124 | 65 |
| Binary | 11101100 | 10000001 | 100000 | 0 | 101101 | 1010110 | 111 | 11101 | 1010100 | 110101 |
Color Harmonies of #EC8120
Complementary color
Monochromatic Colors of #EC8120
Black with #EC8120
Text Example
Text Example
White with #EC8120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8120; }
p { color: rgb(236,129,32); }
H1.HeaderClassName
{
color: #EC8120;
}
.AnyTagClassName
{
color: #EC8120;
}
</style>
background-color css
<style>
a { background-color: #EC8120; }
a { background-color: rgb(236,129,32); }
div.DivClassName
{
background-color: #EC8120;
}
.BgClassName
{
background-color: #EC8120;
}
</style>
border-color css
<style>
span { border-color: #EC8120; }
span { border-color: rgb(236,129,32); }
td.TdClassName
{
border-color: #EC8120;
}
.TagClassName
{
border-color: #EC8120;
}
</style>