Shades of Carrot Orange #EC8F18
Tints of Carrot Orange #EC8F18
RGB
CMYK
RGB Variations
Color information
#EC8F18 (or 0xEC8F18) is known color: Carrot Orange. HEX triplet: EC, 8F and 18. RGB value is (236,143,24). Sum of RGB (Red+Green+Blue) = 236+143+24=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F18 is #1370E7. Grayscale: #9D9D9D. Windows color (decimal): -1274088 or 1609708. OLE color: 1609708.
HSL color Cylindrical-coordinate representation of color #EC8F18: hue angle of 33.68º 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 #EC8F18 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 24 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.07 |
| HSL | 33.68º | 0.85% | 0.51% | - |
| HSV(B) | 33.68º | 0.9% | 0.93% | - |
| XYZ | 44.58 | 37.54 | 5.76 | - |
| YUV | 157.24 | 52.81 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 24 | 0 | 0.39 | 0.90 | 0.07 | 33.68 | 0.85 | 0.51 |
| Hex | EC | 8F | 18 | 0 | 27 | 5A | 7 | 22 | 55 | 33 |
| Octal | 354 | 217 | 30 | 0 | 47 | 132 | 7 | 42 | 125 | 63 |
| Binary | 11101100 | 10001111 | 11000 | 0 | 100111 | 1011010 | 111 | 100010 | 1010101 | 110011 |
Color Harmonies of #EC8F18
Complementary color
Monochromatic Colors of #EC8F18
Black with #EC8F18
Text Example
Text Example
White with #EC8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F18; }
p { color: rgb(236,143,24); }
H1.HeaderClassName
{
color: #EC8F18;
}
.AnyTagClassName
{
color: #EC8F18;
}
</style>
background-color css
<style>
a { background-color: #EC8F18; }
a { background-color: rgb(236,143,24); }
div.DivClassName
{
background-color: #EC8F18;
}
.BgClassName
{
background-color: #EC8F18;
}
</style>
border-color css
<style>
span { border-color: #EC8F18; }
span { border-color: rgb(236,143,24); }
td.TdClassName
{
border-color: #EC8F18;
}
.TagClassName
{
border-color: #EC8F18;
}
</style>