Shades of Carrot Orange #EC8514
Tints of Carrot Orange #EC8514
RGB
CMYK
RGB Variations
Color information
#EC8514 (or 0xEC8514) is known color: Carrot Orange. HEX triplet: EC, 85 and 14. RGB value is (236,133,20). Sum of RGB (Red+Green+Blue) = 236+133+20=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8514 is #137AEB. Grayscale: #979797. Windows color (decimal): -1276652 or 1345004. OLE color: 1345004.
HSL color Cylindrical-coordinate representation of color #EC8514: hue angle of 31.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC8514 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.07 |
| HSL | 31.39º | 0.85% | 0.5% | - |
| HSV(B) | 31.39º | 0.92% | 0.93% | - |
| XYZ | 43.11 | 34.66 | 5.08 | - |
| YUV | 150.92 | 54.12 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 20 | 0 | 0.44 | 0.92 | 0.07 | 31.39 | 0.85 | 0.5 |
| Hex | EC | 85 | 14 | 0 | 2C | 5C | 7 | 1F | 55 | 32 |
| Octal | 354 | 205 | 24 | 0 | 54 | 134 | 7 | 37 | 125 | 62 |
| Binary | 11101100 | 10000101 | 10100 | 0 | 101100 | 1011100 | 111 | 11111 | 1010101 | 110010 |
Color Harmonies of #EC8514
Complementary color
Monochromatic Colors of #EC8514
Black with #EC8514
Text Example
Text Example
White with #EC8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8514; }
p { color: rgb(236,133,20); }
H1.HeaderClassName
{
color: #EC8514;
}
.AnyTagClassName
{
color: #EC8514;
}
</style>
background-color css
<style>
a { background-color: #EC8514; }
a { background-color: rgb(236,133,20); }
div.DivClassName
{
background-color: #EC8514;
}
.BgClassName
{
background-color: #EC8514;
}
</style>
border-color css
<style>
span { border-color: #EC8514; }
span { border-color: rgb(236,133,20); }
td.TdClassName
{
border-color: #EC8514;
}
.TagClassName
{
border-color: #EC8514;
}
</style>