Shades of Carrot Orange #EC8521
Tints of Carrot Orange #EC8521
RGB
CMYK
RGB Variations
Color information
#EC8521 (or 0xEC8521) is known color: Carrot Orange. HEX triplet: EC, 85 and 21. RGB value is (236,133,33). Sum of RGB (Red+Green+Blue) = 236+133+33=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8521 is #137ADE. Grayscale: #989898. Windows color (decimal): -1276639 or 2196972. OLE color: 2196972.
HSL color Cylindrical-coordinate representation of color #EC8521: hue angle of 29.56º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC8521 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.07 |
| HSL | 29.56º | 0.84% | 0.53% | - |
| HSV(B) | 29.56º | 0.86% | 0.93% | - |
| XYZ | 43.25 | 34.72 | 5.86 | - |
| YUV | 152.4 | 60.62 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 33 | 0 | 0.44 | 0.86 | 0.07 | 29.56 | 0.84 | 0.53 |
| Hex | EC | 85 | 21 | 0 | 2C | 56 | 7 | 1E | 54 | 35 |
| Octal | 354 | 205 | 41 | 0 | 54 | 126 | 7 | 36 | 124 | 65 |
| Binary | 11101100 | 10000101 | 100001 | 0 | 101100 | 1010110 | 111 | 11110 | 1010100 | 110101 |
Color Harmonies of #EC8521
Complementary color
Monochromatic Colors of #EC8521
Black with #EC8521
Text Example
Text Example
White with #EC8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8521; }
p { color: rgb(236,133,33); }
H1.HeaderClassName
{
color: #EC8521;
}
.AnyTagClassName
{
color: #EC8521;
}
</style>
background-color css
<style>
a { background-color: #EC8521; }
a { background-color: rgb(236,133,33); }
div.DivClassName
{
background-color: #EC8521;
}
.BgClassName
{
background-color: #EC8521;
}
</style>
border-color css
<style>
span { border-color: #EC8521; }
span { border-color: rgb(236,133,33); }
td.TdClassName
{
border-color: #EC8521;
}
.TagClassName
{
border-color: #EC8521;
}
</style>