Shades of Carrot Orange #EC8418
Tints of Carrot Orange #EC8418
RGB
CMYK
RGB Variations
Color information
#EC8418 (or 0xEC8418) is known color: Carrot Orange. HEX triplet: EC, 84 and 18. RGB value is (236,132,24). Sum of RGB (Red+Green+Blue) = 236+132+24=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8418 is #137BE7. Grayscale: #979797. Windows color (decimal): -1276904 or 1606892. OLE color: 1606892.
HSL color Cylindrical-coordinate representation of color #EC8418: hue angle of 30.57º 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 #EC8418 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 24 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.07 |
| HSL | 30.57º | 0.85% | 0.51% | - |
| HSV(B) | 30.57º | 0.9% | 0.93% | - |
| XYZ | 43.01 | 34.4 | 5.24 | - |
| YUV | 150.78 | 56.46 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 24 | 0 | 0.44 | 0.90 | 0.07 | 30.57 | 0.85 | 0.51 |
| Hex | EC | 84 | 18 | 0 | 2C | 5A | 7 | 1F | 55 | 33 |
| Octal | 354 | 204 | 30 | 0 | 54 | 132 | 7 | 37 | 125 | 63 |
| Binary | 11101100 | 10000100 | 11000 | 0 | 101100 | 1011010 | 111 | 11111 | 1010101 | 110011 |
Color Harmonies of #EC8418
Complementary color
Monochromatic Colors of #EC8418
Black with #EC8418
Text Example
Text Example
White with #EC8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8418; }
p { color: rgb(236,132,24); }
H1.HeaderClassName
{
color: #EC8418;
}
.AnyTagClassName
{
color: #EC8418;
}
</style>
background-color css
<style>
a { background-color: #EC8418; }
a { background-color: rgb(236,132,24); }
div.DivClassName
{
background-color: #EC8418;
}
.BgClassName
{
background-color: #EC8418;
}
</style>
border-color css
<style>
span { border-color: #EC8418; }
span { border-color: rgb(236,132,24); }
td.TdClassName
{
border-color: #EC8418;
}
.TagClassName
{
border-color: #EC8418;
}
</style>