Shades of Carrot Orange #EC8B18
Tints of Carrot Orange #EC8B18
RGB
CMYK
RGB Variations
Color information
#EC8B18 (or 0xEC8B18) is known color: Carrot Orange. HEX triplet: EC, 8B and 18. RGB value is (236,139,24). Sum of RGB (Red+Green+Blue) = 236+139+24=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8B18 is #1374E7. Grayscale: #9B9B9B. Windows color (decimal): -1275112 or 1608684. OLE color: 1608684.
HSL color Cylindrical-coordinate representation of color #EC8B18: hue angle of 32.55º 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 #EC8B18 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 24 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.07 |
| HSL | 32.55º | 0.85% | 0.51% | - |
| HSV(B) | 32.55º | 0.9% | 0.93% | - |
| XYZ | 43.99 | 36.36 | 5.56 | - |
| YUV | 154.89 | 54.14 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 24 | 0 | 0.41 | 0.90 | 0.07 | 32.55 | 0.85 | 0.51 |
| Hex | EC | 8B | 18 | 0 | 29 | 5A | 7 | 21 | 55 | 33 |
| Octal | 354 | 213 | 30 | 0 | 51 | 132 | 7 | 41 | 125 | 63 |
| Binary | 11101100 | 10001011 | 11000 | 0 | 101001 | 1011010 | 111 | 100001 | 1010101 | 110011 |
Color Harmonies of #EC8B18
Complementary color
Monochromatic Colors of #EC8B18
Black with #EC8B18
Text Example
Text Example
White with #EC8B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B18; }
p { color: rgb(236,139,24); }
H1.HeaderClassName
{
color: #EC8B18;
}
.AnyTagClassName
{
color: #EC8B18;
}
</style>
background-color css
<style>
a { background-color: #EC8B18; }
a { background-color: rgb(236,139,24); }
div.DivClassName
{
background-color: #EC8B18;
}
.BgClassName
{
background-color: #EC8B18;
}
</style>
border-color css
<style>
span { border-color: #EC8B18; }
span { border-color: rgb(236,139,24); }
td.TdClassName
{
border-color: #EC8B18;
}
.TagClassName
{
border-color: #EC8B18;
}
</style>