Shades of Carrot Orange #EC8E2C
Tints of Carrot Orange #EC8E2C
RGB
CMYK
RGB Variations
Color information
#EC8E2C (or 0xEC8E2C) is known color: Carrot Orange. HEX triplet: EC, 8E and 2C. RGB value is (236,142,44). Sum of RGB (Red+Green+Blue) = 236+142+44=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E2C is #1371D3. Grayscale: #9F9F9F. Windows color (decimal): -1274324 or 2920172. OLE color: 2920172.
HSL color Cylindrical-coordinate representation of color #EC8E2C: hue angle of 30.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC8E2C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 44 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.07 |
| HSL | 30.63º | 0.83% | 0.55% | - |
| HSV(B) | 30.63º | 0.81% | 0.93% | - |
| XYZ | 44.72 | 37.36 | 7.24 | - |
| YUV | 158.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 44 | 0 | 0.40 | 0.81 | 0.07 | 30.63 | 0.83 | 0.55 |
| Hex | EC | 8E | 2C | 0 | 28 | 51 | 7 | 1F | 53 | 37 |
| Octal | 354 | 216 | 54 | 0 | 50 | 121 | 7 | 37 | 123 | 67 |
| Binary | 11101100 | 10001110 | 101100 | 0 | 101000 | 1010001 | 111 | 11111 | 1010011 | 110111 |
Color Harmonies of #EC8E2C
Complementary color
Monochromatic Colors of #EC8E2C
Black with #EC8E2C
Text Example
Text Example
White with #EC8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E2C; }
p { color: rgb(236,142,44); }
H1.HeaderClassName
{
color: #EC8E2C;
}
.AnyTagClassName
{
color: #EC8E2C;
}
</style>
background-color css
<style>
a { background-color: #EC8E2C; }
a { background-color: rgb(236,142,44); }
div.DivClassName
{
background-color: #EC8E2C;
}
.BgClassName
{
background-color: #EC8E2C;
}
</style>
border-color css
<style>
span { border-color: #EC8E2C; }
span { border-color: rgb(236,142,44); }
td.TdClassName
{
border-color: #EC8E2C;
}
.TagClassName
{
border-color: #EC8E2C;
}
</style>