Shades of Carrot Orange #EC991F
Tints of Carrot Orange #EC991F
RGB
CMYK
RGB Variations
Color information
#EC991F (or 0xEC991F) is known color: Carrot Orange. HEX triplet: EC, 99 and 1F. RGB value is (236,153,31). Sum of RGB (Red+Green+Blue) = 236+153+31=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC991F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC991F is #1366E0. Grayscale: #A4A4A4. Windows color (decimal): -1271521 or 2071020. OLE color: 2071020.
HSL color Cylindrical-coordinate representation of color #EC991F: hue angle of 35.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC991F is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 31 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.07 |
| HSL | 35.71º | 0.84% | 0.52% | - |
| HSV(B) | 35.71º | 0.87% | 0.93% | - |
| XYZ | 46.23 | 40.71 | 6.72 | - |
| YUV | 163.91 | 53 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 31 | 0 | 0.35 | 0.87 | 0.07 | 35.71 | 0.84 | 0.52 |
| Hex | EC | 99 | 1F | 0 | 23 | 57 | 7 | 24 | 54 | 34 |
| Octal | 354 | 231 | 37 | 0 | 43 | 127 | 7 | 44 | 124 | 64 |
| Binary | 11101100 | 10011001 | 11111 | 0 | 100011 | 1010111 | 111 | 100100 | 1010100 | 110100 |
Color Harmonies of #EC991F
Complementary color
Monochromatic Colors of #EC991F
Black with #EC991F
Text Example
Text Example
White with #EC991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC991F; }
p { color: rgb(236,153,31); }
H1.HeaderClassName
{
color: #EC991F;
}
.AnyTagClassName
{
color: #EC991F;
}
</style>
background-color css
<style>
a { background-color: #EC991F; }
a { background-color: rgb(236,153,31); }
div.DivClassName
{
background-color: #EC991F;
}
.BgClassName
{
background-color: #EC991F;
}
</style>
border-color css
<style>
span { border-color: #EC991F; }
span { border-color: rgb(236,153,31); }
td.TdClassName
{
border-color: #EC991F;
}
.TagClassName
{
border-color: #EC991F;
}
</style>