Shades of Carrot Orange #EC7F16
Tints of Carrot Orange #EC7F16
RGB
CMYK
RGB Variations
Color information
#EC7F16 (or 0xEC7F16) is known color: Carrot Orange. HEX triplet: EC, 7F and 16. RGB value is (236,127,22). Sum of RGB (Red+Green+Blue) = 236+127+22=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F16 is #1380E9. Grayscale: #949494. Windows color (decimal): -1278186 or 1474540. OLE color: 1474540.
HSL color Cylindrical-coordinate representation of color #EC7F16: hue angle of 29.44º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7F16 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.07 |
| HSL | 29.44º | 0.85% | 0.51% | - |
| HSV(B) | 29.44º | 0.91% | 0.93% | - |
| XYZ | 42.33 | 33.07 | 4.91 | - |
| YUV | 147.62 | 57.11 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 22 | 0 | 0.46 | 0.91 | 0.07 | 29.44 | 0.85 | 0.51 |
| Hex | EC | 7F | 16 | 0 | 2E | 5B | 7 | 1D | 55 | 33 |
| Octal | 354 | 177 | 26 | 0 | 56 | 133 | 7 | 35 | 125 | 63 |
| Binary | 11101100 | 1111111 | 10110 | 0 | 101110 | 1011011 | 111 | 11101 | 1010101 | 110011 |
Color Harmonies of #EC7F16
Complementary color
Monochromatic Colors of #EC7F16
Black with #EC7F16
Text Example
Text Example
White with #EC7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F16; }
p { color: rgb(236,127,22); }
H1.HeaderClassName
{
color: #EC7F16;
}
.AnyTagClassName
{
color: #EC7F16;
}
</style>
background-color css
<style>
a { background-color: #EC7F16; }
a { background-color: rgb(236,127,22); }
div.DivClassName
{
background-color: #EC7F16;
}
.BgClassName
{
background-color: #EC7F16;
}
</style>
border-color css
<style>
span { border-color: #EC7F16; }
span { border-color: rgb(236,127,22); }
td.TdClassName
{
border-color: #EC7F16;
}
.TagClassName
{
border-color: #EC7F16;
}
</style>