Shades of Carrot Orange #EC8D11
Tints of Carrot Orange #EC8D11
RGB
CMYK
RGB Variations
Color information
#EC8D11 (or 0xEC8D11) is known color: Carrot Orange. HEX triplet: EC, 8D and 11. RGB value is (236,141,17). Sum of RGB (Red+Green+Blue) = 236+141+17=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D11 is #1372EE. Grayscale: #9B9B9B. Windows color (decimal): -1274607 or 1150444. OLE color: 1150444.
HSL color Cylindrical-coordinate representation of color #EC8D11: hue angle of 33.97º 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 #EC8D11 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 17 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.07 |
| HSL | 33.97º | 0.87% | 0.5% | - |
| HSV(B) | 33.97º | 0.93% | 0.93% | - |
| XYZ | 44.22 | 36.92 | 5.33 | - |
| YUV | 155.27 | 49.97 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 17 | 0 | 0.40 | 0.93 | 0.07 | 33.97 | 0.87 | 0.5 |
| Hex | EC | 8D | 11 | 0 | 28 | 5D | 7 | 22 | 57 | 32 |
| Octal | 354 | 215 | 21 | 0 | 50 | 135 | 7 | 42 | 127 | 62 |
| Binary | 11101100 | 10001101 | 10001 | 0 | 101000 | 1011101 | 111 | 100010 | 1010111 | 110010 |
Color Harmonies of #EC8D11
Complementary color
Monochromatic Colors of #EC8D11
Black with #EC8D11
Text Example
Text Example
White with #EC8D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D11; }
p { color: rgb(236,141,17); }
H1.HeaderClassName
{
color: #EC8D11;
}
.AnyTagClassName
{
color: #EC8D11;
}
</style>
background-color css
<style>
a { background-color: #EC8D11; }
a { background-color: rgb(236,141,17); }
div.DivClassName
{
background-color: #EC8D11;
}
.BgClassName
{
background-color: #EC8D11;
}
</style>
border-color css
<style>
span { border-color: #EC8D11; }
span { border-color: rgb(236,141,17); }
td.TdClassName
{
border-color: #EC8D11;
}
.TagClassName
{
border-color: #EC8D11;
}
</style>