Shades of Carrot Orange #EC9525
Tints of Carrot Orange #EC9525
RGB
CMYK
RGB Variations
Color information
#EC9525 (or 0xEC9525) is known color: Carrot Orange. HEX triplet: EC, 95 and 25. RGB value is (236,149,37). Sum of RGB (Red+Green+Blue) = 236+149+37=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9525 is #136ADA. Grayscale: #A2A2A2. Windows color (decimal): -1272539 or 2463212. OLE color: 2463212.
HSL color Cylindrical-coordinate representation of color #EC9525: hue angle of 33.77º 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 #EC9525 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 37 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.07 |
| HSL | 33.77º | 0.84% | 0.54% | - |
| HSV(B) | 33.77º | 0.84% | 0.93% | - |
| XYZ | 45.67 | 39.46 | 6.96 | - |
| YUV | 162.25 | 57.32 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 37 | 0 | 0.37 | 0.84 | 0.07 | 33.77 | 0.84 | 0.54 |
| Hex | EC | 95 | 25 | 0 | 25 | 54 | 7 | 22 | 54 | 36 |
| Octal | 354 | 225 | 45 | 0 | 45 | 124 | 7 | 42 | 124 | 66 |
| Binary | 11101100 | 10010101 | 100101 | 0 | 100101 | 1010100 | 111 | 100010 | 1010100 | 110110 |
Color Harmonies of #EC9525
Complementary color
Monochromatic Colors of #EC9525
Black with #EC9525
Text Example
Text Example
White with #EC9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9525; }
p { color: rgb(236,149,37); }
H1.HeaderClassName
{
color: #EC9525;
}
.AnyTagClassName
{
color: #EC9525;
}
</style>
background-color css
<style>
a { background-color: #EC9525; }
a { background-color: rgb(236,149,37); }
div.DivClassName
{
background-color: #EC9525;
}
.BgClassName
{
background-color: #EC9525;
}
</style>
border-color css
<style>
span { border-color: #EC9525; }
span { border-color: rgb(236,149,37); }
td.TdClassName
{
border-color: #EC9525;
}
.TagClassName
{
border-color: #EC9525;
}
</style>