Shades of Carrot Orange #EC7F1B
Tints of Carrot Orange #EC7F1B
RGB
CMYK
RGB Variations
Color information
#EC7F1B (or 0xEC7F1B) is known color: Carrot Orange. HEX triplet: EC, 7F and 1B. RGB value is (236,127,27). Sum of RGB (Red+Green+Blue) = 236+127+27=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F1B is #1380E4. Grayscale: #949494. Windows color (decimal): -1278181 or 1802220. OLE color: 1802220.
HSL color Cylindrical-coordinate representation of color #EC7F1B: hue angle of 28.71º 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 #EC7F1B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 27 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.07 |
| HSL | 28.71º | 0.85% | 0.52% | - |
| HSV(B) | 28.71º | 0.89% | 0.93% | - |
| XYZ | 42.38 | 33.09 | 5.19 | - |
| YUV | 148.19 | 59.61 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 27 | 0 | 0.46 | 0.89 | 0.07 | 28.71 | 0.85 | 0.52 |
| Hex | EC | 7F | 1B | 0 | 2E | 59 | 7 | 1D | 55 | 34 |
| Octal | 354 | 177 | 33 | 0 | 56 | 131 | 7 | 35 | 125 | 64 |
| Binary | 11101100 | 1111111 | 11011 | 0 | 101110 | 1011001 | 111 | 11101 | 1010101 | 110100 |
Color Harmonies of #EC7F1B
Complementary color
Monochromatic Colors of #EC7F1B
Black with #EC7F1B
Text Example
Text Example
White with #EC7F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F1B; }
p { color: rgb(236,127,27); }
H1.HeaderClassName
{
color: #EC7F1B;
}
.AnyTagClassName
{
color: #EC7F1B;
}
</style>
background-color css
<style>
a { background-color: #EC7F1B; }
a { background-color: rgb(236,127,27); }
div.DivClassName
{
background-color: #EC7F1B;
}
.BgClassName
{
background-color: #EC7F1B;
}
</style>
border-color css
<style>
span { border-color: #EC7F1B; }
span { border-color: rgb(236,127,27); }
td.TdClassName
{
border-color: #EC7F1B;
}
.TagClassName
{
border-color: #EC7F1B;
}
</style>