Shades of Carrot Orange #EC8B10
Tints of Carrot Orange #EC8B10
RGB
CMYK
RGB Variations
Color information
#EC8B10 (or 0xEC8B10) is known color: Carrot Orange. HEX triplet: EC, 8B and 10. RGB value is (236,139,16). Sum of RGB (Red+Green+Blue) = 236+139+16=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8B10 is #1374EF. Grayscale: #9A9A9A. Windows color (decimal): -1275120 or 1084396. OLE color: 1084396.
HSL color Cylindrical-coordinate representation of color #EC8B10: hue angle of 33.55º 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 #EC8B10 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 16 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.07 |
| HSL | 33.55º | 0.87% | 0.49% | - |
| HSV(B) | 33.55º | 0.93% | 0.93% | - |
| XYZ | 43.92 | 36.34 | 5.19 | - |
| YUV | 153.98 | 50.14 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 16 | 0 | 0.41 | 0.93 | 0.07 | 33.55 | 0.87 | 0.49 |
| Hex | EC | 8B | 10 | 0 | 29 | 5D | 7 | 22 | 57 | 31 |
| Octal | 354 | 213 | 20 | 0 | 51 | 135 | 7 | 42 | 127 | 61 |
| Binary | 11101100 | 10001011 | 10000 | 0 | 101001 | 1011101 | 111 | 100010 | 1010111 | 110001 |
Color Harmonies of #EC8B10
Complementary color
Monochromatic Colors of #EC8B10
Black with #EC8B10
Text Example
Text Example
White with #EC8B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B10; }
p { color: rgb(236,139,16); }
H1.HeaderClassName
{
color: #EC8B10;
}
.AnyTagClassName
{
color: #EC8B10;
}
</style>
background-color css
<style>
a { background-color: #EC8B10; }
a { background-color: rgb(236,139,16); }
div.DivClassName
{
background-color: #EC8B10;
}
.BgClassName
{
background-color: #EC8B10;
}
</style>
border-color css
<style>
span { border-color: #EC8B10; }
span { border-color: rgb(236,139,16); }
td.TdClassName
{
border-color: #EC8B10;
}
.TagClassName
{
border-color: #EC8B10;
}
</style>