Shades of Carrot Orange #EC9517
Tints of Carrot Orange #EC9517
RGB
CMYK
RGB Variations
Color information
#EC9517 (or 0xEC9517) is known color: Carrot Orange. HEX triplet: EC, 95 and 17. RGB value is (236,149,23). Sum of RGB (Red+Green+Blue) = 236+149+23=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9517 is #136AE8. Grayscale: #A1A1A1. Windows color (decimal): -1272553 or 1545708. OLE color: 1545708.
HSL color Cylindrical-coordinate representation of color #EC9517: hue angle of 35.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC9517 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 23 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.07 |
| HSL | 35.49º | 0.85% | 0.51% | - |
| HSV(B) | 35.49º | 0.9% | 0.93% | - |
| XYZ | 45.49 | 39.39 | 6.02 | - |
| YUV | 160.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 23 | 0 | 0.37 | 0.90 | 0.07 | 35.49 | 0.85 | 0.51 |
| Hex | EC | 95 | 17 | 0 | 25 | 5A | 7 | 23 | 55 | 33 |
| Octal | 354 | 225 | 27 | 0 | 45 | 132 | 7 | 43 | 125 | 63 |
| Binary | 11101100 | 10010101 | 10111 | 0 | 100101 | 1011010 | 111 | 100011 | 1010101 | 110011 |
Color Harmonies of #EC9517
Complementary color
Monochromatic Colors of #EC9517
Black with #EC9517
Text Example
Text Example
White with #EC9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9517; }
p { color: rgb(236,149,23); }
H1.HeaderClassName
{
color: #EC9517;
}
.AnyTagClassName
{
color: #EC9517;
}
</style>
background-color css
<style>
a { background-color: #EC9517; }
a { background-color: rgb(236,149,23); }
div.DivClassName
{
background-color: #EC9517;
}
.BgClassName
{
background-color: #EC9517;
}
</style>
border-color css
<style>
span { border-color: #EC9517; }
span { border-color: rgb(236,149,23); }
td.TdClassName
{
border-color: #EC9517;
}
.TagClassName
{
border-color: #EC9517;
}
</style>