Shades of Carrot Orange #EC9523
Tints of Carrot Orange #EC9523
RGB
CMYK
RGB Variations
Color information
#EC9523 (or 0xEC9523) is known color: Carrot Orange. HEX triplet: EC, 95 and 23. RGB value is (236,149,35). Sum of RGB (Red+Green+Blue) = 236+149+35=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9523 is #136ADC. Grayscale: #A2A2A2. Windows color (decimal): -1272541 or 2332140. OLE color: 2332140.
HSL color Cylindrical-coordinate representation of color #EC9523: hue angle of 34.03º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC9523 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 35 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.07 |
| HSL | 34.03º | 0.84% | 0.53% | - |
| HSV(B) | 34.03º | 0.85% | 0.93% | - |
| XYZ | 45.64 | 39.45 | 6.8 | - |
| YUV | 162.02 | 56.32 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 35 | 0 | 0.37 | 0.85 | 0.07 | 34.03 | 0.84 | 0.53 |
| Hex | EC | 95 | 23 | 0 | 25 | 55 | 7 | 22 | 54 | 35 |
| Octal | 354 | 225 | 43 | 0 | 45 | 125 | 7 | 42 | 124 | 65 |
| Binary | 11101100 | 10010101 | 100011 | 0 | 100101 | 1010101 | 111 | 100010 | 1010100 | 110101 |
Color Harmonies of #EC9523
Complementary color
Monochromatic Colors of #EC9523
Black with #EC9523
Text Example
Text Example
White with #EC9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9523; }
p { color: rgb(236,149,35); }
H1.HeaderClassName
{
color: #EC9523;
}
.AnyTagClassName
{
color: #EC9523;
}
</style>
background-color css
<style>
a { background-color: #EC9523; }
a { background-color: rgb(236,149,35); }
div.DivClassName
{
background-color: #EC9523;
}
.BgClassName
{
background-color: #EC9523;
}
</style>
border-color css
<style>
span { border-color: #EC9523; }
span { border-color: rgb(236,149,35); }
td.TdClassName
{
border-color: #EC9523;
}
.TagClassName
{
border-color: #EC9523;
}
</style>