Shades of Carrot Orange #EC901B
Tints of Carrot Orange #EC901B
RGB
CMYK
RGB Variations
Color information
#EC901B (or 0xEC901B) is known color: Carrot Orange. HEX triplet: EC, 90 and 1B. RGB value is (236,144,27). Sum of RGB (Red+Green+Blue) = 236+144+27=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC901B is #136FE4. Grayscale: #9E9E9E. Windows color (decimal): -1273829 or 1806572. OLE color: 1806572.
HSL color Cylindrical-coordinate representation of color #EC901B: hue angle of 33.59º 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 #EC901B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 27 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.07 |
| HSL | 33.59º | 0.85% | 0.52% | - |
| HSV(B) | 33.59º | 0.89% | 0.93% | - |
| XYZ | 44.76 | 37.86 | 5.99 | - |
| YUV | 158.17 | 53.98 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 27 | 0 | 0.39 | 0.89 | 0.07 | 33.59 | 0.85 | 0.52 |
| Hex | EC | 90 | 1B | 0 | 27 | 59 | 7 | 22 | 55 | 34 |
| Octal | 354 | 220 | 33 | 0 | 47 | 131 | 7 | 42 | 125 | 64 |
| Binary | 11101100 | 10010000 | 11011 | 0 | 100111 | 1011001 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #EC901B
Complementary color
Monochromatic Colors of #EC901B
Black with #EC901B
Text Example
Text Example
White with #EC901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC901B; }
p { color: rgb(236,144,27); }
H1.HeaderClassName
{
color: #EC901B;
}
.AnyTagClassName
{
color: #EC901B;
}
</style>
background-color css
<style>
a { background-color: #EC901B; }
a { background-color: rgb(236,144,27); }
div.DivClassName
{
background-color: #EC901B;
}
.BgClassName
{
background-color: #EC901B;
}
</style>
border-color css
<style>
span { border-color: #EC901B; }
span { border-color: rgb(236,144,27); }
td.TdClassName
{
border-color: #EC901B;
}
.TagClassName
{
border-color: #EC901B;
}
</style>