Shades of Carrot Orange #EC8618
Tints of Carrot Orange #EC8618
RGB
CMYK
RGB Variations
Color information
#EC8618 (or 0xEC8618) is known color: Carrot Orange. HEX triplet: EC, 86 and 18. RGB value is (236,134,24). Sum of RGB (Red+Green+Blue) = 236+134+24=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8618 is #1379E7. Grayscale: #989898. Windows color (decimal): -1276392 or 1607404. OLE color: 1607404.
HSL color Cylindrical-coordinate representation of color #EC8618: hue angle of 31.13º 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 #EC8618 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.07 |
| HSL | 31.13º | 0.85% | 0.51% | - |
| HSV(B) | 31.13º | 0.9% | 0.93% | - |
| XYZ | 43.28 | 34.95 | 5.33 | - |
| YUV | 151.96 | 55.79 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 24 | 0 | 0.43 | 0.90 | 0.07 | 31.13 | 0.85 | 0.51 |
| Hex | EC | 86 | 18 | 0 | 2B | 5A | 7 | 1F | 55 | 33 |
| Octal | 354 | 206 | 30 | 0 | 53 | 132 | 7 | 37 | 125 | 63 |
| Binary | 11101100 | 10000110 | 11000 | 0 | 101011 | 1011010 | 111 | 11111 | 1010101 | 110011 |
Color Harmonies of #EC8618
Complementary color
Monochromatic Colors of #EC8618
Black with #EC8618
Text Example
Text Example
White with #EC8618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8618; }
p { color: rgb(236,134,24); }
H1.HeaderClassName
{
color: #EC8618;
}
.AnyTagClassName
{
color: #EC8618;
}
</style>
background-color css
<style>
a { background-color: #EC8618; }
a { background-color: rgb(236,134,24); }
div.DivClassName
{
background-color: #EC8618;
}
.BgClassName
{
background-color: #EC8618;
}
</style>
border-color css
<style>
span { border-color: #EC8618; }
span { border-color: rgb(236,134,24); }
td.TdClassName
{
border-color: #EC8618;
}
.TagClassName
{
border-color: #EC8618;
}
</style>