Shades of Carrot Orange #EC8E11
Tints of Carrot Orange #EC8E11
RGB
CMYK
RGB Variations
Color information
#EC8E11 (or 0xEC8E11) is known color: Carrot Orange. HEX triplet: EC, 8E and 11. RGB value is (236,142,17). Sum of RGB (Red+Green+Blue) = 236+142+17=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8E11 is #1371EE. Grayscale: #9C9C9C. Windows color (decimal): -1274351 or 1150700. OLE color: 1150700.
HSL color Cylindrical-coordinate representation of color #EC8E11: hue angle of 34.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8E11 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 17 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.07 |
| HSL | 34.25º | 0.87% | 0.5% | - |
| HSV(B) | 34.25º | 0.93% | 0.93% | - |
| XYZ | 44.37 | 37.22 | 5.38 | - |
| YUV | 155.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 17 | 0 | 0.40 | 0.93 | 0.07 | 34.25 | 0.87 | 0.5 |
| Hex | EC | 8E | 11 | 0 | 28 | 5D | 7 | 22 | 57 | 32 |
| Octal | 354 | 216 | 21 | 0 | 50 | 135 | 7 | 42 | 127 | 62 |
| Binary | 11101100 | 10001110 | 10001 | 0 | 101000 | 1011101 | 111 | 100010 | 1010111 | 110010 |
Color Harmonies of #EC8E11
Complementary color
Monochromatic Colors of #EC8E11
Black with #EC8E11
Text Example
Text Example
White with #EC8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E11; }
p { color: rgb(236,142,17); }
H1.HeaderClassName
{
color: #EC8E11;
}
.AnyTagClassName
{
color: #EC8E11;
}
</style>
background-color css
<style>
a { background-color: #EC8E11; }
a { background-color: rgb(236,142,17); }
div.DivClassName
{
background-color: #EC8E11;
}
.BgClassName
{
background-color: #EC8E11;
}
</style>
border-color css
<style>
span { border-color: #EC8E11; }
span { border-color: rgb(236,142,17); }
td.TdClassName
{
border-color: #EC8E11;
}
.TagClassName
{
border-color: #EC8E11;
}
</style>