Shades of Carrot Orange #EC8C11
Tints of Carrot Orange #EC8C11
RGB
CMYK
RGB Variations
Color information
#EC8C11 (or 0xEC8C11) is known color: Carrot Orange. HEX triplet: EC, 8C and 11. RGB value is (236,140,17). Sum of RGB (Red+Green+Blue) = 236+140+17=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8C11 is #1373EE. Grayscale: #9B9B9B. Windows color (decimal): -1274863 or 1150188. OLE color: 1150188.
HSL color Cylindrical-coordinate representation of color #EC8C11: hue angle of 33.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8C11 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 17 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.07 |
| HSL | 33.7º | 0.87% | 0.5% | - |
| HSV(B) | 33.7º | 0.93% | 0.93% | - |
| XYZ | 44.07 | 36.63 | 5.28 | - |
| YUV | 154.68 | 50.3 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 17 | 0 | 0.41 | 0.93 | 0.07 | 33.7 | 0.87 | 0.5 |
| Hex | EC | 8C | 11 | 0 | 29 | 5D | 7 | 22 | 57 | 32 |
| Octal | 354 | 214 | 21 | 0 | 51 | 135 | 7 | 42 | 127 | 62 |
| Binary | 11101100 | 10001100 | 10001 | 0 | 101001 | 1011101 | 111 | 100010 | 1010111 | 110010 |
Color Harmonies of #EC8C11
Complementary color
Monochromatic Colors of #EC8C11
Black with #EC8C11
Text Example
Text Example
White with #EC8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C11; }
p { color: rgb(236,140,17); }
H1.HeaderClassName
{
color: #EC8C11;
}
.AnyTagClassName
{
color: #EC8C11;
}
</style>
background-color css
<style>
a { background-color: #EC8C11; }
a { background-color: rgb(236,140,17); }
div.DivClassName
{
background-color: #EC8C11;
}
.BgClassName
{
background-color: #EC8C11;
}
</style>
border-color css
<style>
span { border-color: #EC8C11; }
span { border-color: rgb(236,140,17); }
td.TdClassName
{
border-color: #EC8C11;
}
.TagClassName
{
border-color: #EC8C11;
}
</style>