Shades of Carrot Orange #EC8321
Tints of Carrot Orange #EC8321
RGB
CMYK
RGB Variations
Color information
#EC8321 (or 0xEC8321) is known color: Carrot Orange. HEX triplet: EC, 83 and 21. RGB value is (236,131,33). Sum of RGB (Red+Green+Blue) = 236+131+33=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8321 is #137CDE. Grayscale: #979797. Windows color (decimal): -1277151 or 2196460. OLE color: 2196460.
HSL color Cylindrical-coordinate representation of color #EC8321: hue angle of 28.97º 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 #EC8321 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.07 |
| HSL | 28.97º | 0.84% | 0.53% | - |
| HSV(B) | 28.97º | 0.86% | 0.93% | - |
| XYZ | 42.98 | 34.18 | 5.77 | - |
| YUV | 151.22 | 61.29 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 33 | 0 | 0.44 | 0.86 | 0.07 | 28.97 | 0.84 | 0.53 |
| Hex | EC | 83 | 21 | 0 | 2C | 56 | 7 | 1D | 54 | 35 |
| Octal | 354 | 203 | 41 | 0 | 54 | 126 | 7 | 35 | 124 | 65 |
| Binary | 11101100 | 10000011 | 100001 | 0 | 101100 | 1010110 | 111 | 11101 | 1010100 | 110101 |
Color Harmonies of #EC8321
Complementary color
Monochromatic Colors of #EC8321
Black with #EC8321
Text Example
Text Example
White with #EC8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8321; }
p { color: rgb(236,131,33); }
H1.HeaderClassName
{
color: #EC8321;
}
.AnyTagClassName
{
color: #EC8321;
}
</style>
background-color css
<style>
a { background-color: #EC8321; }
a { background-color: rgb(236,131,33); }
div.DivClassName
{
background-color: #EC8321;
}
.BgClassName
{
background-color: #EC8321;
}
</style>
border-color css
<style>
span { border-color: #EC8321; }
span { border-color: rgb(236,131,33); }
td.TdClassName
{
border-color: #EC8321;
}
.TagClassName
{
border-color: #EC8321;
}
</style>