Shades of Carrot Orange #EC8C18
Tints of Carrot Orange #EC8C18
RGB
CMYK
RGB Variations
Color information
#EC8C18 (or 0xEC8C18) is known color: Carrot Orange. HEX triplet: EC, 8C and 18. RGB value is (236,140,24). Sum of RGB (Red+Green+Blue) = 236+140+24=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8C18 is #1373E7. Grayscale: #9C9C9C. Windows color (decimal): -1274856 or 1608940. OLE color: 1608940.
HSL color Cylindrical-coordinate representation of color #EC8C18: hue angle of 32.83º 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 #EC8C18 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 24 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.07 |
| HSL | 32.83º | 0.85% | 0.51% | - |
| HSV(B) | 32.83º | 0.9% | 0.93% | - |
| XYZ | 44.14 | 36.65 | 5.61 | - |
| YUV | 155.48 | 53.8 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 24 | 0 | 0.41 | 0.90 | 0.07 | 32.83 | 0.85 | 0.51 |
| Hex | EC | 8C | 18 | 0 | 29 | 5A | 7 | 21 | 55 | 33 |
| Octal | 354 | 214 | 30 | 0 | 51 | 132 | 7 | 41 | 125 | 63 |
| Binary | 11101100 | 10001100 | 11000 | 0 | 101001 | 1011010 | 111 | 100001 | 1010101 | 110011 |
Color Harmonies of #EC8C18
Complementary color
Monochromatic Colors of #EC8C18
Black with #EC8C18
Text Example
Text Example
White with #EC8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C18; }
p { color: rgb(236,140,24); }
H1.HeaderClassName
{
color: #EC8C18;
}
.AnyTagClassName
{
color: #EC8C18;
}
</style>
background-color css
<style>
a { background-color: #EC8C18; }
a { background-color: rgb(236,140,24); }
div.DivClassName
{
background-color: #EC8C18;
}
.BgClassName
{
background-color: #EC8C18;
}
</style>
border-color css
<style>
span { border-color: #EC8C18; }
span { border-color: rgb(236,140,24); }
td.TdClassName
{
border-color: #EC8C18;
}
.TagClassName
{
border-color: #EC8C18;
}
</style>