Shades of Orange #ECAA00
Tints of Orange #ECAA00
RGB
CMYK
RGB Variations
Color information
#ECAA00 (or 0xECAA00) is known color: Orange. HEX triplet: EC, AA and 00. RGB value is (236,170,0). Sum of RGB (Red+Green+Blue) = 236+170+0=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA00 is #1355FF. Grayscale: #ABABAB. Windows color (decimal): -1267200 or 43756. OLE color: 43756.
HSL color Cylindrical-coordinate representation of color #ECAA00: hue angle of 43.22º 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 #ECAA00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.07 |
| HSL | 43.22º | 1% | 0.46% | - |
| HSV(B) | 43.22º | 1% | 0.93% | - |
| XYZ | 48.97 | 46.58 | 6.41 | - |
| YUV | 170.35 | 31.87 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 0 | 0 | 0.28 | 1 | 0.07 | 43.22 | 1 | 0.46 |
| Hex | EC | AA | 0 | 0 | 1C | 64 | 7 | 2B | 64 | 2E |
| Octal | 354 | 252 | 0 | 0 | 34 | 144 | 7 | 53 | 144 | 56 |
| Binary | 11101100 | 10101010 | 0 | 0 | 11100 | 1100100 | 111 | 101011 | 1100100 | 101110 |
Color Harmonies of #ECAA00
Complementary color
Monochromatic Colors of #ECAA00
Black with #ECAA00
Text Example
Text Example
White with #ECAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA00; }
p { color: rgb(236,170,0); }
H1.HeaderClassName
{
color: #ECAA00;
}
.AnyTagClassName
{
color: #ECAA00;
}
</style>
background-color css
<style>
a { background-color: #ECAA00; }
a { background-color: rgb(236,170,0); }
div.DivClassName
{
background-color: #ECAA00;
}
.BgClassName
{
background-color: #ECAA00;
}
</style>
border-color css
<style>
span { border-color: #ECAA00; }
span { border-color: rgb(236,170,0); }
td.TdClassName
{
border-color: #ECAA00;
}
.TagClassName
{
border-color: #ECAA00;
}
</style>