Shades of Carrot Orange #EC8716
Tints of Carrot Orange #EC8716
RGB
CMYK
RGB Variations
Color information
#EC8716 (or 0xEC8716) is known color: Carrot Orange. HEX triplet: EC, 87 and 16. RGB value is (236,135,22). Sum of RGB (Red+Green+Blue) = 236+135+22=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8716 is #1378E9. Grayscale: #989898. Windows color (decimal): -1276138 or 1476588. OLE color: 1476588.
HSL color Cylindrical-coordinate representation of color #EC8716: hue angle of 31.68º 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 #EC8716 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.07 |
| HSL | 31.68º | 0.85% | 0.51% | - |
| HSV(B) | 31.68º | 0.91% | 0.93% | - |
| XYZ | 43.4 | 35.22 | 5.27 | - |
| YUV | 152.32 | 54.46 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 22 | 0 | 0.43 | 0.91 | 0.07 | 31.68 | 0.85 | 0.51 |
| Hex | EC | 87 | 16 | 0 | 2B | 5B | 7 | 20 | 55 | 33 |
| Octal | 354 | 207 | 26 | 0 | 53 | 133 | 7 | 40 | 125 | 63 |
| Binary | 11101100 | 10000111 | 10110 | 0 | 101011 | 1011011 | 111 | 100000 | 1010101 | 110011 |
Color Harmonies of #EC8716
Complementary color
Monochromatic Colors of #EC8716
Black with #EC8716
Text Example
Text Example
White with #EC8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8716; }
p { color: rgb(236,135,22); }
H1.HeaderClassName
{
color: #EC8716;
}
.AnyTagClassName
{
color: #EC8716;
}
</style>
background-color css
<style>
a { background-color: #EC8716; }
a { background-color: rgb(236,135,22); }
div.DivClassName
{
background-color: #EC8716;
}
.BgClassName
{
background-color: #EC8716;
}
</style>
border-color css
<style>
span { border-color: #EC8716; }
span { border-color: rgb(236,135,22); }
td.TdClassName
{
border-color: #EC8716;
}
.TagClassName
{
border-color: #EC8716;
}
</style>