Shades of Carrot Orange #EC9526
Tints of Carrot Orange #EC9526
RGB
CMYK
RGB Variations
Color information
#EC9526 (or 0xEC9526) is known color: Carrot Orange. HEX triplet: EC, 95 and 26. RGB value is (236,149,38). Sum of RGB (Red+Green+Blue) = 236+149+38=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9526 is #136AD9. Grayscale: #A2A2A2. Windows color (decimal): -1272538 or 2528748. OLE color: 2528748.
HSL color Cylindrical-coordinate representation of color #EC9526: hue angle of 33.64º 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 #EC9526 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 38 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.07 |
| HSL | 33.64º | 0.84% | 0.54% | - |
| HSV(B) | 33.64º | 0.84% | 0.93% | - |
| XYZ | 45.69 | 39.47 | 7.04 | - |
| YUV | 162.36 | 57.82 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 38 | 0 | 0.37 | 0.84 | 0.07 | 33.64 | 0.84 | 0.54 |
| Hex | EC | 95 | 26 | 0 | 25 | 54 | 7 | 22 | 54 | 36 |
| Octal | 354 | 225 | 46 | 0 | 45 | 124 | 7 | 42 | 124 | 66 |
| Binary | 11101100 | 10010101 | 100110 | 0 | 100101 | 1010100 | 111 | 100010 | 1010100 | 110110 |
Color Harmonies of #EC9526
Complementary color
Monochromatic Colors of #EC9526
Black with #EC9526
Text Example
Text Example
White with #EC9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9526; }
p { color: rgb(236,149,38); }
H1.HeaderClassName
{
color: #EC9526;
}
.AnyTagClassName
{
color: #EC9526;
}
</style>
background-color css
<style>
a { background-color: #EC9526; }
a { background-color: rgb(236,149,38); }
div.DivClassName
{
background-color: #EC9526;
}
.BgClassName
{
background-color: #EC9526;
}
</style>
border-color css
<style>
span { border-color: #EC9526; }
span { border-color: rgb(236,149,38); }
td.TdClassName
{
border-color: #EC9526;
}
.TagClassName
{
border-color: #EC9526;
}
</style>