Shades of Carrot Orange #EC8D10
Tints of Carrot Orange #EC8D10
RGB
CMYK
RGB Variations
Color information
#EC8D10 (or 0xEC8D10) is known color: Carrot Orange. HEX triplet: EC, 8D and 10. RGB value is (236,141,16). Sum of RGB (Red+Green+Blue) = 236+141+16=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D10 is #1372EF. Grayscale: #9B9B9B. Windows color (decimal): -1274608 or 1084908. OLE color: 1084908.
HSL color Cylindrical-coordinate representation of color #EC8D10: hue angle of 34.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8D10 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 16 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.07 |
| HSL | 34.09º | 0.87% | 0.49% | - |
| HSV(B) | 34.09º | 0.93% | 0.93% | - |
| XYZ | 44.21 | 36.92 | 5.29 | - |
| YUV | 155.16 | 49.47 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 16 | 0 | 0.40 | 0.93 | 0.07 | 34.09 | 0.87 | 0.49 |
| Hex | EC | 8D | 10 | 0 | 28 | 5D | 7 | 22 | 57 | 31 |
| Octal | 354 | 215 | 20 | 0 | 50 | 135 | 7 | 42 | 127 | 61 |
| Binary | 11101100 | 10001101 | 10000 | 0 | 101000 | 1011101 | 111 | 100010 | 1010111 | 110001 |
Color Harmonies of #EC8D10
Complementary color
Monochromatic Colors of #EC8D10
Black with #EC8D10
Text Example
Text Example
White with #EC8D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D10; }
p { color: rgb(236,141,16); }
H1.HeaderClassName
{
color: #EC8D10;
}
.AnyTagClassName
{
color: #EC8D10;
}
</style>
background-color css
<style>
a { background-color: #EC8D10; }
a { background-color: rgb(236,141,16); }
div.DivClassName
{
background-color: #EC8D10;
}
.BgClassName
{
background-color: #EC8D10;
}
</style>
border-color css
<style>
span { border-color: #EC8D10; }
span { border-color: rgb(236,141,16); }
td.TdClassName
{
border-color: #EC8D10;
}
.TagClassName
{
border-color: #EC8D10;
}
</style>