Shades of Carrot Orange #EC952E
Tints of Carrot Orange #EC952E
RGB
CMYK
RGB Variations
Color information
#EC952E (or 0xEC952E) is known color: Carrot Orange. HEX triplet: EC, 95 and 2E. RGB value is (236,149,46). Sum of RGB (Red+Green+Blue) = 236+149+46=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC952E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC952E is #136AD1. Grayscale: #A3A3A3. Windows color (decimal): -1272530 or 3053036. OLE color: 3053036.
HSL color Cylindrical-coordinate representation of color #EC952E: hue angle of 32.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC952E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 46 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.07 |
| HSL | 32.53º | 0.83% | 0.55% | - |
| HSV(B) | 32.53º | 0.81% | 0.93% | - |
| XYZ | 45.83 | 39.53 | 7.8 | - |
| YUV | 163.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 46 | 0 | 0.37 | 0.81 | 0.07 | 32.53 | 0.83 | 0.55 |
| Hex | EC | 95 | 2E | 0 | 25 | 51 | 7 | 21 | 53 | 37 |
| Octal | 354 | 225 | 56 | 0 | 45 | 121 | 7 | 41 | 123 | 67 |
| Binary | 11101100 | 10010101 | 101110 | 0 | 100101 | 1010001 | 111 | 100001 | 1010011 | 110111 |
Color Harmonies of #EC952E
Complementary color
Monochromatic Colors of #EC952E
Black with #EC952E
Text Example
Text Example
White with #EC952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC952E; }
p { color: rgb(236,149,46); }
H1.HeaderClassName
{
color: #EC952E;
}
.AnyTagClassName
{
color: #EC952E;
}
</style>
background-color css
<style>
a { background-color: #EC952E; }
a { background-color: rgb(236,149,46); }
div.DivClassName
{
background-color: #EC952E;
}
.BgClassName
{
background-color: #EC952E;
}
</style>
border-color css
<style>
span { border-color: #EC952E; }
span { border-color: rgb(236,149,46); }
td.TdClassName
{
border-color: #EC952E;
}
.TagClassName
{
border-color: #EC952E;
}
</style>