Shades of Carrot Orange #EC952B
Tints of Carrot Orange #EC952B
RGB
CMYK
RGB Variations
Color information
#EC952B (or 0xEC952B) is known color: Carrot Orange. HEX triplet: EC, 95 and 2B. RGB value is (236,149,43). Sum of RGB (Red+Green+Blue) = 236+149+43=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC952B is #136AD4. Grayscale: #A3A3A3. Windows color (decimal): -1272533 or 2856428. OLE color: 2856428.
HSL color Cylindrical-coordinate representation of color #EC952B: hue angle of 32.95º 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 #EC952B is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 43 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.07 |
| HSL | 32.95º | 0.84% | 0.55% | - |
| HSV(B) | 32.95º | 0.82% | 0.93% | - |
| XYZ | 45.78 | 39.5 | 7.5 | - |
| YUV | 162.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 43 | 0 | 0.37 | 0.82 | 0.07 | 32.95 | 0.84 | 0.55 |
| Hex | EC | 95 | 2B | 0 | 25 | 52 | 7 | 21 | 54 | 37 |
| Octal | 354 | 225 | 53 | 0 | 45 | 122 | 7 | 41 | 124 | 67 |
| Binary | 11101100 | 10010101 | 101011 | 0 | 100101 | 1010010 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #EC952B
Complementary color
Monochromatic Colors of #EC952B
Black with #EC952B
Text Example
Text Example
White with #EC952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC952B; }
p { color: rgb(236,149,43); }
H1.HeaderClassName
{
color: #EC952B;
}
.AnyTagClassName
{
color: #EC952B;
}
</style>
background-color css
<style>
a { background-color: #EC952B; }
a { background-color: rgb(236,149,43); }
div.DivClassName
{
background-color: #EC952B;
}
.BgClassName
{
background-color: #EC952B;
}
</style>
border-color css
<style>
span { border-color: #EC952B; }
span { border-color: rgb(236,149,43); }
td.TdClassName
{
border-color: #EC952B;
}
.TagClassName
{
border-color: #EC952B;
}
</style>