Shades of Carrot Orange #EC8614
Tints of Carrot Orange #EC8614
RGB
CMYK
RGB Variations
Color information
#EC8614 (or 0xEC8614) is known color: Carrot Orange. HEX triplet: EC, 86 and 14. RGB value is (236,134,20). Sum of RGB (Red+Green+Blue) = 236+134+20=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8614 is #1379EB. Grayscale: #989898. Windows color (decimal): -1276396 or 1345260. OLE color: 1345260.
HSL color Cylindrical-coordinate representation of color #EC8614: hue angle of 31.67º 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 #EC8614 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 20 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.07 |
| HSL | 31.67º | 0.85% | 0.5% | - |
| HSV(B) | 31.67º | 0.92% | 0.93% | - |
| XYZ | 43.24 | 34.93 | 5.13 | - |
| YUV | 151.5 | 53.79 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 20 | 0 | 0.43 | 0.92 | 0.07 | 31.67 | 0.85 | 0.5 |
| Hex | EC | 86 | 14 | 0 | 2B | 5C | 7 | 20 | 55 | 32 |
| Octal | 354 | 206 | 24 | 0 | 53 | 134 | 7 | 40 | 125 | 62 |
| Binary | 11101100 | 10000110 | 10100 | 0 | 101011 | 1011100 | 111 | 100000 | 1010101 | 110010 |
Color Harmonies of #EC8614
Complementary color
Monochromatic Colors of #EC8614
Black with #EC8614
Text Example
Text Example
White with #EC8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8614; }
p { color: rgb(236,134,20); }
H1.HeaderClassName
{
color: #EC8614;
}
.AnyTagClassName
{
color: #EC8614;
}
</style>
background-color css
<style>
a { background-color: #EC8614; }
a { background-color: rgb(236,134,20); }
div.DivClassName
{
background-color: #EC8614;
}
.BgClassName
{
background-color: #EC8614;
}
</style>
border-color css
<style>
span { border-color: #EC8614; }
span { border-color: rgb(236,134,20); }
td.TdClassName
{
border-color: #EC8614;
}
.TagClassName
{
border-color: #EC8614;
}
</style>