Shades of Carrot Orange #EC8A16
Tints of Carrot Orange #EC8A16
RGB
CMYK
RGB Variations
Color information
#EC8A16 (or 0xEC8A16) is known color: Carrot Orange. HEX triplet: EC, 8A and 16. RGB value is (236,138,22). Sum of RGB (Red+Green+Blue) = 236+138+22=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A16 is #1375E9. Grayscale: #9A9A9A. Windows color (decimal): -1275370 or 1477356. OLE color: 1477356.
HSL color Cylindrical-coordinate representation of color #EC8A16: hue angle of 32.52º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC8A16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.07 |
| HSL | 32.52º | 0.85% | 0.51% | - |
| HSV(B) | 32.52º | 0.91% | 0.93% | - |
| XYZ | 43.83 | 36.07 | 5.41 | - |
| YUV | 154.08 | 53.47 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 22 | 0 | 0.42 | 0.91 | 0.07 | 32.52 | 0.85 | 0.51 |
| Hex | EC | 8A | 16 | 0 | 2A | 5B | 7 | 21 | 55 | 33 |
| Octal | 354 | 212 | 26 | 0 | 52 | 133 | 7 | 41 | 125 | 63 |
| Binary | 11101100 | 10001010 | 10110 | 0 | 101010 | 1011011 | 111 | 100001 | 1010101 | 110011 |
Color Harmonies of #EC8A16
Complementary color
Monochromatic Colors of #EC8A16
Black with #EC8A16
Text Example
Text Example
White with #EC8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A16; }
p { color: rgb(236,138,22); }
H1.HeaderClassName
{
color: #EC8A16;
}
.AnyTagClassName
{
color: #EC8A16;
}
</style>
background-color css
<style>
a { background-color: #EC8A16; }
a { background-color: rgb(236,138,22); }
div.DivClassName
{
background-color: #EC8A16;
}
.BgClassName
{
background-color: #EC8A16;
}
</style>
border-color css
<style>
span { border-color: #EC8A16; }
span { border-color: rgb(236,138,22); }
td.TdClassName
{
border-color: #EC8A16;
}
.TagClassName
{
border-color: #EC8A16;
}
</style>