Shades of Carrot Orange #EC8518
Tints of Carrot Orange #EC8518
RGB
CMYK
RGB Variations
Color information
#EC8518 (or 0xEC8518) is known color: Carrot Orange. HEX triplet: EC, 85 and 18. RGB value is (236,133,24). Sum of RGB (Red+Green+Blue) = 236+133+24=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8518 is #137AE7. Grayscale: #979797. Windows color (decimal): -1276648 or 1607148. OLE color: 1607148.
HSL color Cylindrical-coordinate representation of color #EC8518: hue angle of 30.85º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC8518 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 24 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.07 |
| HSL | 30.85º | 0.85% | 0.51% | - |
| HSV(B) | 30.85º | 0.9% | 0.93% | - |
| XYZ | 43.14 | 34.67 | 5.28 | - |
| YUV | 151.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 24 | 0 | 0.44 | 0.90 | 0.07 | 30.85 | 0.85 | 0.51 |
| Hex | EC | 85 | 18 | 0 | 2C | 5A | 7 | 1F | 55 | 33 |
| Octal | 354 | 205 | 30 | 0 | 54 | 132 | 7 | 37 | 125 | 63 |
| Binary | 11101100 | 10000101 | 11000 | 0 | 101100 | 1011010 | 111 | 11111 | 1010101 | 110011 |
Color Harmonies of #EC8518
Complementary color
Monochromatic Colors of #EC8518
Black with #EC8518
Text Example
Text Example
White with #EC8518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8518; }
p { color: rgb(236,133,24); }
H1.HeaderClassName
{
color: #EC8518;
}
.AnyTagClassName
{
color: #EC8518;
}
</style>
background-color css
<style>
a { background-color: #EC8518; }
a { background-color: rgb(236,133,24); }
div.DivClassName
{
background-color: #EC8518;
}
.BgClassName
{
background-color: #EC8518;
}
</style>
border-color css
<style>
span { border-color: #EC8518; }
span { border-color: rgb(236,133,24); }
td.TdClassName
{
border-color: #EC8518;
}
.TagClassName
{
border-color: #EC8518;
}
</style>