Shades of Orange #ECAD00
Tints of Orange #ECAD00
RGB
CMYK
RGB Variations
Color information
#ECAD00 (or 0xECAD00) is known color: Orange. HEX triplet: EC, AD and 00. RGB value is (236,173,0). Sum of RGB (Red+Green+Blue) = 236+173+0=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD00 is #1352FF. Grayscale: #ACACAC. Windows color (decimal): -1266432 or 44524. OLE color: 44524.
HSL color Cylindrical-coordinate representation of color #ECAD00: hue angle of 43.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECAD00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.07 |
| HSL | 43.98º | 1% | 0.46% | - |
| HSV(B) | 43.98º | 1% | 0.93% | - |
| XYZ | 49.54 | 47.72 | 6.6 | - |
| YUV | 172.12 | 30.87 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 0 | 0 | 0.27 | 1 | 0.07 | 43.98 | 1 | 0.46 |
| Hex | EC | AD | 0 | 0 | 1B | 64 | 7 | 2C | 64 | 2E |
| Octal | 354 | 255 | 0 | 0 | 33 | 144 | 7 | 54 | 144 | 56 |
| Binary | 11101100 | 10101101 | 0 | 0 | 11011 | 1100100 | 111 | 101100 | 1100100 | 101110 |
Color Harmonies of #ECAD00
Complementary color
Monochromatic Colors of #ECAD00
Black with #ECAD00
Text Example
Text Example
White with #ECAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD00; }
p { color: rgb(236,173,0); }
H1.HeaderClassName
{
color: #ECAD00;
}
.AnyTagClassName
{
color: #ECAD00;
}
</style>
background-color css
<style>
a { background-color: #ECAD00; }
a { background-color: rgb(236,173,0); }
div.DivClassName
{
background-color: #ECAD00;
}
.BgClassName
{
background-color: #ECAD00;
}
</style>
border-color css
<style>
span { border-color: #ECAD00; }
span { border-color: rgb(236,173,0); }
td.TdClassName
{
border-color: #ECAD00;
}
.TagClassName
{
border-color: #ECAD00;
}
</style>