Shades of Carrot Orange #EC8513
Tints of Carrot Orange #EC8513
RGB
CMYK
RGB Variations
Color information
#EC8513 (or 0xEC8513) is known color: Carrot Orange. HEX triplet: EC, 85 and 13. RGB value is (236,133,19). Sum of RGB (Red+Green+Blue) = 236+133+19=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8513 is #137AEC. Grayscale: #979797. Windows color (decimal): -1276653 or 1279468. OLE color: 1279468.
HSL color Cylindrical-coordinate representation of color #EC8513: hue angle of 31.52º 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 #EC8513 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.07 |
| HSL | 31.52º | 0.85% | 0.5% | - |
| HSV(B) | 31.52º | 0.92% | 0.93% | - |
| XYZ | 43.1 | 34.65 | 5.03 | - |
| YUV | 150.8 | 53.62 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 19 | 0 | 0.44 | 0.92 | 0.07 | 31.52 | 0.85 | 0.5 |
| Hex | EC | 85 | 13 | 0 | 2C | 5C | 7 | 20 | 55 | 32 |
| Octal | 354 | 205 | 23 | 0 | 54 | 134 | 7 | 40 | 125 | 62 |
| Binary | 11101100 | 10000101 | 10011 | 0 | 101100 | 1011100 | 111 | 100000 | 1010101 | 110010 |
Color Harmonies of #EC8513
Complementary color
Monochromatic Colors of #EC8513
Black with #EC8513
Text Example
Text Example
White with #EC8513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8513; }
p { color: rgb(236,133,19); }
H1.HeaderClassName
{
color: #EC8513;
}
.AnyTagClassName
{
color: #EC8513;
}
</style>
background-color css
<style>
a { background-color: #EC8513; }
a { background-color: rgb(236,133,19); }
div.DivClassName
{
background-color: #EC8513;
}
.BgClassName
{
background-color: #EC8513;
}
</style>
border-color css
<style>
span { border-color: #EC8513; }
span { border-color: rgb(236,133,19); }
td.TdClassName
{
border-color: #EC8513;
}
.TagClassName
{
border-color: #EC8513;
}
</style>