Shades of Carrot Orange #EC9127
Tints of Carrot Orange #EC9127
RGB
CMYK
RGB Variations
Color information
#EC9127 (or 0xEC9127) is known color: Carrot Orange. HEX triplet: EC, 91 and 27. RGB value is (236,145,39). Sum of RGB (Red+Green+Blue) = 236+145+39=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9127 is #136ED8. Grayscale: #A0A0A0. Windows color (decimal): -1273561 or 2593260. OLE color: 2593260.
HSL color Cylindrical-coordinate representation of color #EC9127: hue angle of 32.28º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC9127 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 39 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.07 |
| HSL | 32.28º | 0.84% | 0.54% | - |
| HSV(B) | 32.28º | 0.83% | 0.93% | - |
| XYZ | 45.08 | 38.23 | 6.92 | - |
| YUV | 160.13 | 59.65 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 39 | 0 | 0.39 | 0.83 | 0.07 | 32.28 | 0.84 | 0.54 |
| Hex | EC | 91 | 27 | 0 | 27 | 53 | 7 | 20 | 54 | 36 |
| Octal | 354 | 221 | 47 | 0 | 47 | 123 | 7 | 40 | 124 | 66 |
| Binary | 11101100 | 10010001 | 100111 | 0 | 100111 | 1010011 | 111 | 100000 | 1010100 | 110110 |
Color Harmonies of #EC9127
Complementary color
Monochromatic Colors of #EC9127
Black with #EC9127
Text Example
Text Example
White with #EC9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9127; }
p { color: rgb(236,145,39); }
H1.HeaderClassName
{
color: #EC9127;
}
.AnyTagClassName
{
color: #EC9127;
}
</style>
background-color css
<style>
a { background-color: #EC9127; }
a { background-color: rgb(236,145,39); }
div.DivClassName
{
background-color: #EC9127;
}
.BgClassName
{
background-color: #EC9127;
}
</style>
border-color css
<style>
span { border-color: #EC9127; }
span { border-color: rgb(236,145,39); }
td.TdClassName
{
border-color: #EC9127;
}
.TagClassName
{
border-color: #EC9127;
}
</style>