Shades of Carrot Orange #EC951B
Tints of Carrot Orange #EC951B
RGB
CMYK
RGB Variations
Color information
#EC951B (or 0xEC951B) is known color: Carrot Orange. HEX triplet: EC, 95 and 1B. RGB value is (236,149,27). Sum of RGB (Red+Green+Blue) = 236+149+27=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC951B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC951B is #136AE4. Grayscale: #A1A1A1. Windows color (decimal): -1272549 or 1807852. OLE color: 1807852.
HSL color Cylindrical-coordinate representation of color #EC951B: hue angle of 35.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC951B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 27 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.07 |
| HSL | 35.02º | 0.85% | 0.52% | - |
| HSV(B) | 35.02º | 0.89% | 0.93% | - |
| XYZ | 45.54 | 39.41 | 6.24 | - |
| YUV | 161.11 | 52.32 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 27 | 0 | 0.37 | 0.89 | 0.07 | 35.02 | 0.85 | 0.52 |
| Hex | EC | 95 | 1B | 0 | 25 | 59 | 7 | 23 | 55 | 34 |
| Octal | 354 | 225 | 33 | 0 | 45 | 131 | 7 | 43 | 125 | 64 |
| Binary | 11101100 | 10010101 | 11011 | 0 | 100101 | 1011001 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #EC951B
Complementary color
Monochromatic Colors of #EC951B
Black with #EC951B
Text Example
Text Example
White with #EC951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC951B; }
p { color: rgb(236,149,27); }
H1.HeaderClassName
{
color: #EC951B;
}
.AnyTagClassName
{
color: #EC951B;
}
</style>
background-color css
<style>
a { background-color: #EC951B; }
a { background-color: rgb(236,149,27); }
div.DivClassName
{
background-color: #EC951B;
}
.BgClassName
{
background-color: #EC951B;
}
</style>
border-color css
<style>
span { border-color: #EC951B; }
span { border-color: rgb(236,149,27); }
td.TdClassName
{
border-color: #EC951B;
}
.TagClassName
{
border-color: #EC951B;
}
</style>