Shades of Carrot Orange #EC9125
Tints of Carrot Orange #EC9125
RGB
CMYK
RGB Variations
Color information
#EC9125 (or 0xEC9125) is known color: Carrot Orange. HEX triplet: EC, 91 and 25. RGB value is (236,145,37). Sum of RGB (Red+Green+Blue) = 236+145+37=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9125 is #136EDA. Grayscale: #A0A0A0. Windows color (decimal): -1273563 or 2462188. OLE color: 2462188.
HSL color Cylindrical-coordinate representation of color #EC9125: hue angle of 32.56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC9125 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 37 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.07 |
| HSL | 32.56º | 0.84% | 0.54% | - |
| HSV(B) | 32.56º | 0.84% | 0.93% | - |
| XYZ | 45.05 | 38.22 | 6.75 | - |
| YUV | 159.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 37 | 0 | 0.39 | 0.84 | 0.07 | 32.56 | 0.84 | 0.54 |
| Hex | EC | 91 | 25 | 0 | 27 | 54 | 7 | 21 | 54 | 36 |
| Octal | 354 | 221 | 45 | 0 | 47 | 124 | 7 | 41 | 124 | 66 |
| Binary | 11101100 | 10010001 | 100101 | 0 | 100111 | 1010100 | 111 | 100001 | 1010100 | 110110 |
Color Harmonies of #EC9125
Complementary color
Monochromatic Colors of #EC9125
Black with #EC9125
Text Example
Text Example
White with #EC9125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9125; }
p { color: rgb(236,145,37); }
H1.HeaderClassName
{
color: #EC9125;
}
.AnyTagClassName
{
color: #EC9125;
}
</style>
background-color css
<style>
a { background-color: #EC9125; }
a { background-color: rgb(236,145,37); }
div.DivClassName
{
background-color: #EC9125;
}
.BgClassName
{
background-color: #EC9125;
}
</style>
border-color css
<style>
span { border-color: #EC9125; }
span { border-color: rgb(236,145,37); }
td.TdClassName
{
border-color: #EC9125;
}
.TagClassName
{
border-color: #EC9125;
}
</style>