Shades of Carrot Orange #EC9528
Tints of Carrot Orange #EC9528
RGB
CMYK
RGB Variations
Color information
#EC9528 (or 0xEC9528) is known color: Carrot Orange. HEX triplet: EC, 95 and 28. RGB value is (236,149,40). Sum of RGB (Red+Green+Blue) = 236+149+40=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9528 is #136AD7. Grayscale: #A3A3A3. Windows color (decimal): -1272536 or 2659820. OLE color: 2659820.
HSL color Cylindrical-coordinate representation of color #EC9528: hue angle of 33.37º 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 #EC9528 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 40 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.07 |
| HSL | 33.37º | 0.84% | 0.54% | - |
| HSV(B) | 33.37º | 0.83% | 0.93% | - |
| XYZ | 45.72 | 39.48 | 7.22 | - |
| YUV | 162.59 | 58.82 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 40 | 0 | 0.37 | 0.83 | 0.07 | 33.37 | 0.84 | 0.54 |
| Hex | EC | 95 | 28 | 0 | 25 | 53 | 7 | 21 | 54 | 36 |
| Octal | 354 | 225 | 50 | 0 | 45 | 123 | 7 | 41 | 124 | 66 |
| Binary | 11101100 | 10010101 | 101000 | 0 | 100101 | 1010011 | 111 | 100001 | 1010100 | 110110 |
Color Harmonies of #EC9528
Complementary color
Monochromatic Colors of #EC9528
Black with #EC9528
Text Example
Text Example
White with #EC9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9528; }
p { color: rgb(236,149,40); }
H1.HeaderClassName
{
color: #EC9528;
}
.AnyTagClassName
{
color: #EC9528;
}
</style>
background-color css
<style>
a { background-color: #EC9528; }
a { background-color: rgb(236,149,40); }
div.DivClassName
{
background-color: #EC9528;
}
.BgClassName
{
background-color: #EC9528;
}
</style>
border-color css
<style>
span { border-color: #EC9528; }
span { border-color: rgb(236,149,40); }
td.TdClassName
{
border-color: #EC9528;
}
.TagClassName
{
border-color: #EC9528;
}
</style>