Shades of Carrot Orange #EC8119
Tints of Carrot Orange #EC8119
RGB
CMYK
RGB Variations
Color information
#EC8119 (or 0xEC8119) is known color: Carrot Orange. HEX triplet: EC, 81 and 19. RGB value is (236,129,25). Sum of RGB (Red+Green+Blue) = 236+129+25=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8119 is #137EE6. Grayscale: #959595. Windows color (decimal): -1277671 or 1671660. OLE color: 1671660.
HSL color Cylindrical-coordinate representation of color #EC8119: hue angle of 29.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8119 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 25 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.07 |
| HSL | 29.57º | 0.85% | 0.51% | - |
| HSV(B) | 29.57º | 0.89% | 0.93% | - |
| XYZ | 42.62 | 33.6 | 5.16 | - |
| YUV | 149.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 25 | 0 | 0.45 | 0.89 | 0.07 | 29.57 | 0.85 | 0.51 |
| Hex | EC | 81 | 19 | 0 | 2D | 59 | 7 | 1E | 55 | 33 |
| Octal | 354 | 201 | 31 | 0 | 55 | 131 | 7 | 36 | 125 | 63 |
| Binary | 11101100 | 10000001 | 11001 | 0 | 101101 | 1011001 | 111 | 11110 | 1010101 | 110011 |
Color Harmonies of #EC8119
Complementary color
Monochromatic Colors of #EC8119
Black with #EC8119
Text Example
Text Example
White with #EC8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8119; }
p { color: rgb(236,129,25); }
H1.HeaderClassName
{
color: #EC8119;
}
.AnyTagClassName
{
color: #EC8119;
}
</style>
background-color css
<style>
a { background-color: #EC8119; }
a { background-color: rgb(236,129,25); }
div.DivClassName
{
background-color: #EC8119;
}
.BgClassName
{
background-color: #EC8119;
}
</style>
border-color css
<style>
span { border-color: #EC8119; }
span { border-color: rgb(236,129,25); }
td.TdClassName
{
border-color: #EC8119;
}
.TagClassName
{
border-color: #EC8119;
}
</style>