Shades of Carrot Orange #EC972B
Tints of Carrot Orange #EC972B
RGB
CMYK
RGB Variations
Color information
#EC972B (or 0xEC972B) is known color: Carrot Orange. HEX triplet: EC, 97 and 2B. RGB value is (236,151,43). Sum of RGB (Red+Green+Blue) = 236+151+43=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC972B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC972B is #1368D4. Grayscale: #A4A4A4. Windows color (decimal): -1272021 or 2856940. OLE color: 2856940.
HSL color Cylindrical-coordinate representation of color #EC972B: hue angle of 33.58º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC972B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 43 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.07 |
| HSL | 33.58º | 0.84% | 0.55% | - |
| HSV(B) | 33.58º | 0.82% | 0.93% | - |
| XYZ | 46.09 | 40.14 | 7.6 | - |
| YUV | 164.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 43 | 0 | 0.36 | 0.82 | 0.07 | 33.58 | 0.84 | 0.55 |
| Hex | EC | 97 | 2B | 0 | 24 | 52 | 7 | 22 | 54 | 37 |
| Octal | 354 | 227 | 53 | 0 | 44 | 122 | 7 | 42 | 124 | 67 |
| Binary | 11101100 | 10010111 | 101011 | 0 | 100100 | 1010010 | 111 | 100010 | 1010100 | 110111 |
Color Harmonies of #EC972B
Complementary color
Monochromatic Colors of #EC972B
Black with #EC972B
Text Example
Text Example
White with #EC972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC972B; }
p { color: rgb(236,151,43); }
H1.HeaderClassName
{
color: #EC972B;
}
.AnyTagClassName
{
color: #EC972B;
}
</style>
background-color css
<style>
a { background-color: #EC972B; }
a { background-color: rgb(236,151,43); }
div.DivClassName
{
background-color: #EC972B;
}
.BgClassName
{
background-color: #EC972B;
}
</style>
border-color css
<style>
span { border-color: #EC972B; }
span { border-color: rgb(236,151,43); }
td.TdClassName
{
border-color: #EC972B;
}
.TagClassName
{
border-color: #EC972B;
}
</style>