Shades of Carrot Orange #EC971F
Tints of Carrot Orange #EC971F
RGB
CMYK
RGB Variations
Color information
#EC971F (or 0xEC971F) is known color: Carrot Orange. HEX triplet: EC, 97 and 1F. RGB value is (236,151,31). Sum of RGB (Red+Green+Blue) = 236+151+31=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC971F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC971F is #1368E0. Grayscale: #A3A3A3. Windows color (decimal): -1272033 or 2070508. OLE color: 2070508.
HSL color Cylindrical-coordinate representation of color #EC971F: hue angle of 35.12º 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 #EC971F is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 31 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.07 |
| HSL | 35.12º | 0.84% | 0.52% | - |
| HSV(B) | 35.12º | 0.87% | 0.93% | - |
| XYZ | 45.91 | 40.07 | 6.61 | - |
| YUV | 162.74 | 53.66 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 31 | 0 | 0.36 | 0.87 | 0.07 | 35.12 | 0.84 | 0.52 |
| Hex | EC | 97 | 1F | 0 | 24 | 57 | 7 | 23 | 54 | 34 |
| Octal | 354 | 227 | 37 | 0 | 44 | 127 | 7 | 43 | 124 | 64 |
| Binary | 11101100 | 10010111 | 11111 | 0 | 100100 | 1010111 | 111 | 100011 | 1010100 | 110100 |
Color Harmonies of #EC971F
Complementary color
Monochromatic Colors of #EC971F
Black with #EC971F
Text Example
Text Example
White with #EC971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC971F; }
p { color: rgb(236,151,31); }
H1.HeaderClassName
{
color: #EC971F;
}
.AnyTagClassName
{
color: #EC971F;
}
</style>
background-color css
<style>
a { background-color: #EC971F; }
a { background-color: rgb(236,151,31); }
div.DivClassName
{
background-color: #EC971F;
}
.BgClassName
{
background-color: #EC971F;
}
</style>
border-color css
<style>
span { border-color: #EC971F; }
span { border-color: rgb(236,151,31); }
td.TdClassName
{
border-color: #EC971F;
}
.TagClassName
{
border-color: #EC971F;
}
</style>