Shades of Carrot Orange #EC911D
Tints of Carrot Orange #EC911D
RGB
CMYK
RGB Variations
Color information
#EC911D (or 0xEC911D) is known color: Carrot Orange. HEX triplet: EC, 91 and 1D. RGB value is (236,145,29). Sum of RGB (Red+Green+Blue) = 236+145+29=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC911D is #136EE2. Grayscale: #9F9F9F. Windows color (decimal): -1273571 or 1937900. OLE color: 1937900.
HSL color Cylindrical-coordinate representation of color #EC911D: hue angle of 33.62º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC911D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.07 |
| HSL | 33.62º | 0.84% | 0.52% | - |
| HSV(B) | 33.62º | 0.88% | 0.93% | - |
| XYZ | 44.94 | 38.17 | 6.16 | - |
| YUV | 158.99 | 54.65 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 29 | 0 | 0.39 | 0.88 | 0.07 | 33.62 | 0.84 | 0.52 |
| Hex | EC | 91 | 1D | 0 | 27 | 58 | 7 | 22 | 54 | 34 |
| Octal | 354 | 221 | 35 | 0 | 47 | 130 | 7 | 42 | 124 | 64 |
| Binary | 11101100 | 10010001 | 11101 | 0 | 100111 | 1011000 | 111 | 100010 | 1010100 | 110100 |
Color Harmonies of #EC911D
Complementary color
Monochromatic Colors of #EC911D
Black with #EC911D
Text Example
Text Example
White with #EC911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC911D; }
p { color: rgb(236,145,29); }
H1.HeaderClassName
{
color: #EC911D;
}
.AnyTagClassName
{
color: #EC911D;
}
</style>
background-color css
<style>
a { background-color: #EC911D; }
a { background-color: rgb(236,145,29); }
div.DivClassName
{
background-color: #EC911D;
}
.BgClassName
{
background-color: #EC911D;
}
</style>
border-color css
<style>
span { border-color: #EC911D; }
span { border-color: rgb(236,145,29); }
td.TdClassName
{
border-color: #EC911D;
}
.TagClassName
{
border-color: #EC911D;
}
</style>