Shades of Carrot Orange #EC8D17
Tints of Carrot Orange #EC8D17
RGB
CMYK
RGB Variations
Color information
#EC8D17 (or 0xEC8D17) is known color: Carrot Orange. HEX triplet: EC, 8D and 17. RGB value is (236,141,23). Sum of RGB (Red+Green+Blue) = 236+141+23=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D17 is #1372E8. Grayscale: #9C9C9C. Windows color (decimal): -1274601 or 1543660. OLE color: 1543660.
HSL color Cylindrical-coordinate representation of color #EC8D17: hue angle of 33.24º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC8D17 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 23 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.07 |
| HSL | 33.24º | 0.85% | 0.51% | - |
| HSV(B) | 33.24º | 0.9% | 0.93% | - |
| XYZ | 44.27 | 36.94 | 5.61 | - |
| YUV | 155.95 | 52.97 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 23 | 0 | 0.40 | 0.90 | 0.07 | 33.24 | 0.85 | 0.51 |
| Hex | EC | 8D | 17 | 0 | 28 | 5A | 7 | 21 | 55 | 33 |
| Octal | 354 | 215 | 27 | 0 | 50 | 132 | 7 | 41 | 125 | 63 |
| Binary | 11101100 | 10001101 | 10111 | 0 | 101000 | 1011010 | 111 | 100001 | 1010101 | 110011 |
Color Harmonies of #EC8D17
Complementary color
Monochromatic Colors of #EC8D17
Black with #EC8D17
Text Example
Text Example
White with #EC8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D17; }
p { color: rgb(236,141,23); }
H1.HeaderClassName
{
color: #EC8D17;
}
.AnyTagClassName
{
color: #EC8D17;
}
</style>
background-color css
<style>
a { background-color: #EC8D17; }
a { background-color: rgb(236,141,23); }
div.DivClassName
{
background-color: #EC8D17;
}
.BgClassName
{
background-color: #EC8D17;
}
</style>
border-color css
<style>
span { border-color: #EC8D17; }
span { border-color: rgb(236,141,23); }
td.TdClassName
{
border-color: #EC8D17;
}
.TagClassName
{
border-color: #EC8D17;
}
</style>