Shades of Carrot Orange #EC8414
Tints of Carrot Orange #EC8414
RGB
CMYK
RGB Variations
Color information
#EC8414 (or 0xEC8414) is known color: Carrot Orange. HEX triplet: EC, 84 and 14. RGB value is (236,132,20). Sum of RGB (Red+Green+Blue) = 236+132+20=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8414 is #137BEB. Grayscale: #969696. Windows color (decimal): -1276908 or 1344748. OLE color: 1344748.
HSL color Cylindrical-coordinate representation of color #EC8414: hue angle of 31.11º 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 #EC8414 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.07 |
| HSL | 31.11º | 0.85% | 0.5% | - |
| HSV(B) | 31.11º | 0.92% | 0.93% | - |
| XYZ | 42.97 | 34.39 | 5.03 | - |
| YUV | 150.33 | 54.46 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 20 | 0 | 0.44 | 0.92 | 0.07 | 31.11 | 0.85 | 0.5 |
| Hex | EC | 84 | 14 | 0 | 2C | 5C | 7 | 1F | 55 | 32 |
| Octal | 354 | 204 | 24 | 0 | 54 | 134 | 7 | 37 | 125 | 62 |
| Binary | 11101100 | 10000100 | 10100 | 0 | 101100 | 1011100 | 111 | 11111 | 1010101 | 110010 |
Color Harmonies of #EC8414
Complementary color
Monochromatic Colors of #EC8414
Black with #EC8414
Text Example
Text Example
White with #EC8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8414; }
p { color: rgb(236,132,20); }
H1.HeaderClassName
{
color: #EC8414;
}
.AnyTagClassName
{
color: #EC8414;
}
</style>
background-color css
<style>
a { background-color: #EC8414; }
a { background-color: rgb(236,132,20); }
div.DivClassName
{
background-color: #EC8414;
}
.BgClassName
{
background-color: #EC8414;
}
</style>
border-color css
<style>
span { border-color: #EC8414; }
span { border-color: rgb(236,132,20); }
td.TdClassName
{
border-color: #EC8414;
}
.TagClassName
{
border-color: #EC8414;
}
</style>