Shades of Carrot Orange #EC8215
Tints of Carrot Orange #EC8215
RGB
CMYK
RGB Variations
Color information
#EC8215 (or 0xEC8215) is known color: Carrot Orange. HEX triplet: EC, 82 and 15. RGB value is (236,130,21). Sum of RGB (Red+Green+Blue) = 236+130+21=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8215 is #137DEA. Grayscale: #959595. Windows color (decimal): -1277419 or 1409772. OLE color: 1409772.
HSL color Cylindrical-coordinate representation of color #EC8215: hue angle of 30.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC8215 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.07 |
| HSL | 30.42º | 0.85% | 0.5% | - |
| HSV(B) | 30.42º | 0.91% | 0.93% | - |
| XYZ | 42.71 | 33.85 | 4.99 | - |
| YUV | 149.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 21 | 0 | 0.45 | 0.91 | 0.07 | 30.42 | 0.85 | 0.5 |
| Hex | EC | 82 | 15 | 0 | 2D | 5B | 7 | 1E | 55 | 32 |
| Octal | 354 | 202 | 25 | 0 | 55 | 133 | 7 | 36 | 125 | 62 |
| Binary | 11101100 | 10000010 | 10101 | 0 | 101101 | 1011011 | 111 | 11110 | 1010101 | 110010 |
Color Harmonies of #EC8215
Complementary color
Monochromatic Colors of #EC8215
Black with #EC8215
Text Example
Text Example
White with #EC8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8215; }
p { color: rgb(236,130,21); }
H1.HeaderClassName
{
color: #EC8215;
}
.AnyTagClassName
{
color: #EC8215;
}
</style>
background-color css
<style>
a { background-color: #EC8215; }
a { background-color: rgb(236,130,21); }
div.DivClassName
{
background-color: #EC8215;
}
.BgClassName
{
background-color: #EC8215;
}
</style>
border-color css
<style>
span { border-color: #EC8215; }
span { border-color: rgb(236,130,21); }
td.TdClassName
{
border-color: #EC8215;
}
.TagClassName
{
border-color: #EC8215;
}
</style>