Shades of Carrot Orange #EC8D1C
Tints of Carrot Orange #EC8D1C
RGB
CMYK
RGB Variations
Color information
#EC8D1C (or 0xEC8D1C) is known color: Carrot Orange. HEX triplet: EC, 8D and 1C. RGB value is (236,141,28). Sum of RGB (Red+Green+Blue) = 236+141+28=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D1C is #1372E3. Grayscale: #9D9D9D. Windows color (decimal): -1274596 or 1871340. OLE color: 1871340.
HSL color Cylindrical-coordinate representation of color #EC8D1C: hue angle of 32.6º degrees, saturation: 0.85, 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 #EC8D1C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 28 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.07 |
| HSL | 32.6º | 0.85% | 0.52% | - |
| HSV(B) | 32.6º | 0.88% | 0.93% | - |
| XYZ | 44.33 | 36.97 | 5.9 | - |
| YUV | 156.52 | 55.47 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 28 | 0 | 0.40 | 0.88 | 0.07 | 32.6 | 0.85 | 0.52 |
| Hex | EC | 8D | 1C | 0 | 28 | 58 | 7 | 21 | 55 | 34 |
| Octal | 354 | 215 | 34 | 0 | 50 | 130 | 7 | 41 | 125 | 64 |
| Binary | 11101100 | 10001101 | 11100 | 0 | 101000 | 1011000 | 111 | 100001 | 1010101 | 110100 |
Color Harmonies of #EC8D1C
Complementary color
Monochromatic Colors of #EC8D1C
Black with #EC8D1C
Text Example
Text Example
White with #EC8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D1C; }
p { color: rgb(236,141,28); }
H1.HeaderClassName
{
color: #EC8D1C;
}
.AnyTagClassName
{
color: #EC8D1C;
}
</style>
background-color css
<style>
a { background-color: #EC8D1C; }
a { background-color: rgb(236,141,28); }
div.DivClassName
{
background-color: #EC8D1C;
}
.BgClassName
{
background-color: #EC8D1C;
}
</style>
border-color css
<style>
span { border-color: #EC8D1C; }
span { border-color: rgb(236,141,28); }
td.TdClassName
{
border-color: #EC8D1C;
}
.TagClassName
{
border-color: #EC8D1C;
}
</style>