Shades of Carrot Orange #EC8D1D
Tints of Carrot Orange #EC8D1D
RGB
CMYK
RGB Variations
Color information
#EC8D1D (or 0xEC8D1D) is known color: Carrot Orange. HEX triplet: EC, 8D and 1D. RGB value is (236,141,29). Sum of RGB (Red+Green+Blue) = 236+141+29=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D1D is #1372E2. Grayscale: #9D9D9D. Windows color (decimal): -1274595 or 1936876. OLE color: 1936876.
HSL color Cylindrical-coordinate representation of color #EC8D1D: hue angle of 32.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC8D1D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 29 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.07 |
| HSL | 32.46º | 0.84% | 0.52% | - |
| HSV(B) | 32.46º | 0.88% | 0.93% | - |
| XYZ | 44.34 | 36.97 | 5.96 | - |
| YUV | 156.64 | 55.97 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 29 | 0 | 0.40 | 0.88 | 0.07 | 32.46 | 0.84 | 0.52 |
| Hex | EC | 8D | 1D | 0 | 28 | 58 | 7 | 20 | 54 | 34 |
| Octal | 354 | 215 | 35 | 0 | 50 | 130 | 7 | 40 | 124 | 64 |
| Binary | 11101100 | 10001101 | 11101 | 0 | 101000 | 1011000 | 111 | 100000 | 1010100 | 110100 |
Color Harmonies of #EC8D1D
Complementary color
Monochromatic Colors of #EC8D1D
Black with #EC8D1D
Text Example
Text Example
White with #EC8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D1D; }
p { color: rgb(236,141,29); }
H1.HeaderClassName
{
color: #EC8D1D;
}
.AnyTagClassName
{
color: #EC8D1D;
}
</style>
background-color css
<style>
a { background-color: #EC8D1D; }
a { background-color: rgb(236,141,29); }
div.DivClassName
{
background-color: #EC8D1D;
}
.BgClassName
{
background-color: #EC8D1D;
}
</style>
border-color css
<style>
span { border-color: #EC8D1D; }
span { border-color: rgb(236,141,29); }
td.TdClassName
{
border-color: #EC8D1D;
}
.TagClassName
{
border-color: #EC8D1D;
}
</style>