Shades of Moon Yellow #ECBA20
Tints of Moon Yellow #ECBA20
RGB
CMYK
RGB Variations
Color information
#ECBA20 (or 0xECBA20) is known color: Moon Yellow. HEX triplet: EC, BA and 20. RGB value is (236,186,32). Sum of RGB (Red+Green+Blue) = 236+186+32=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA20 is #1345DF. Grayscale: #B8B8B8. Windows color (decimal): -1263072 or 2145004. OLE color: 2145004.
HSL color Cylindrical-coordinate representation of color #ECBA20: hue angle of 45.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECBA20 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 32 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.07 |
| HSL | 45.29º | 0.84% | 0.53% | - |
| HSV(B) | 45.29º | 0.86% | 0.93% | - |
| XYZ | 52.41 | 53.05 | 8.84 | - |
| YUV | 183.39 | 42.57 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 32 | 0 | 0.21 | 0.86 | 0.07 | 45.29 | 0.84 | 0.53 |
| Hex | EC | BA | 20 | 0 | 15 | 56 | 7 | 2D | 54 | 35 |
| Octal | 354 | 272 | 40 | 0 | 25 | 126 | 7 | 55 | 124 | 65 |
| Binary | 11101100 | 10111010 | 100000 | 0 | 10101 | 1010110 | 111 | 101101 | 1010100 | 110101 |
Color Harmonies of #ECBA20
Complementary color
Monochromatic Colors of #ECBA20
Black with #ECBA20
Text Example
Text Example
White with #ECBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA20; }
p { color: rgb(236,186,32); }
H1.HeaderClassName
{
color: #ECBA20;
}
.AnyTagClassName
{
color: #ECBA20;
}
</style>
background-color css
<style>
a { background-color: #ECBA20; }
a { background-color: rgb(236,186,32); }
div.DivClassName
{
background-color: #ECBA20;
}
.BgClassName
{
background-color: #ECBA20;
}
</style>
border-color css
<style>
span { border-color: #ECBA20; }
span { border-color: rgb(236,186,32); }
td.TdClassName
{
border-color: #ECBA20;
}
.TagClassName
{
border-color: #ECBA20;
}
</style>