Shades of Carrot Orange #EC8A17
Tints of Carrot Orange #EC8A17
RGB
CMYK
RGB Variations
Color information
#EC8A17 (or 0xEC8A17) is known color: Carrot Orange. HEX triplet: EC, 8A and 17. RGB value is (236,138,23). Sum of RGB (Red+Green+Blue) = 236+138+23=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A17 is #1375E8. Grayscale: #9A9A9A. Windows color (decimal): -1275369 or 1542892. OLE color: 1542892.
HSL color Cylindrical-coordinate representation of color #EC8A17: hue angle of 32.39º 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 #EC8A17 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 23 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.07 |
| HSL | 32.39º | 0.85% | 0.51% | - |
| HSV(B) | 32.39º | 0.9% | 0.93% | - |
| XYZ | 43.84 | 36.07 | 5.46 | - |
| YUV | 154.19 | 53.97 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 23 | 0 | 0.42 | 0.90 | 0.07 | 32.39 | 0.85 | 0.51 |
| Hex | EC | 8A | 17 | 0 | 2A | 5A | 7 | 20 | 55 | 33 |
| Octal | 354 | 212 | 27 | 0 | 52 | 132 | 7 | 40 | 125 | 63 |
| Binary | 11101100 | 10001010 | 10111 | 0 | 101010 | 1011010 | 111 | 100000 | 1010101 | 110011 |
Color Harmonies of #EC8A17
Complementary color
Monochromatic Colors of #EC8A17
Black with #EC8A17
Text Example
Text Example
White with #EC8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A17; }
p { color: rgb(236,138,23); }
H1.HeaderClassName
{
color: #EC8A17;
}
.AnyTagClassName
{
color: #EC8A17;
}
</style>
background-color css
<style>
a { background-color: #EC8A17; }
a { background-color: rgb(236,138,23); }
div.DivClassName
{
background-color: #EC8A17;
}
.BgClassName
{
background-color: #EC8A17;
}
</style>
border-color css
<style>
span { border-color: #EC8A17; }
span { border-color: rgb(236,138,23); }
td.TdClassName
{
border-color: #EC8A17;
}
.TagClassName
{
border-color: #EC8A17;
}
</style>