Shades of Carrot Orange #EC991A
Tints of Carrot Orange #EC991A
RGB
CMYK
RGB Variations
Color information
#EC991A (or 0xEC991A) is known color: Carrot Orange. HEX triplet: EC, 99 and 1A. RGB value is (236,153,26). Sum of RGB (Red+Green+Blue) = 236+153+26=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC991A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC991A is #1366E5. Grayscale: #A3A3A3. Windows color (decimal): -1271526 or 1743340. OLE color: 1743340.
HSL color Cylindrical-coordinate representation of color #EC991A: hue angle of 36.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC991A is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 26 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.07 |
| HSL | 36.29º | 0.85% | 0.51% | - |
| HSV(B) | 36.29º | 0.89% | 0.93% | - |
| XYZ | 46.17 | 40.69 | 6.4 | - |
| YUV | 163.34 | 50.5 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 26 | 0 | 0.35 | 0.89 | 0.07 | 36.29 | 0.85 | 0.51 |
| Hex | EC | 99 | 1A | 0 | 23 | 59 | 7 | 24 | 55 | 33 |
| Octal | 354 | 231 | 32 | 0 | 43 | 131 | 7 | 44 | 125 | 63 |
| Binary | 11101100 | 10011001 | 11010 | 0 | 100011 | 1011001 | 111 | 100100 | 1010101 | 110011 |
Color Harmonies of #EC991A
Complementary color
Monochromatic Colors of #EC991A
Black with #EC991A
Text Example
Text Example
White with #EC991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC991A; }
p { color: rgb(236,153,26); }
H1.HeaderClassName
{
color: #EC991A;
}
.AnyTagClassName
{
color: #EC991A;
}
</style>
background-color css
<style>
a { background-color: #EC991A; }
a { background-color: rgb(236,153,26); }
div.DivClassName
{
background-color: #EC991A;
}
.BgClassName
{
background-color: #EC991A;
}
</style>
border-color css
<style>
span { border-color: #EC991A; }
span { border-color: rgb(236,153,26); }
td.TdClassName
{
border-color: #EC991A;
}
.TagClassName
{
border-color: #EC991A;
}
</style>