Shades of Moon Yellow #ECBA11
Tints of Moon Yellow #ECBA11
RGB
CMYK
RGB Variations
Color information
#ECBA11 (or 0xECBA11) is known color: Moon Yellow. HEX triplet: EC, BA and 11. RGB value is (236,186,17). Sum of RGB (Red+Green+Blue) = 236+186+17=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA11 is #1345EE. Grayscale: #B6B6B6. Windows color (decimal): -1263087 or 1161964. OLE color: 1161964.
HSL color Cylindrical-coordinate representation of color #ECBA11: hue angle of 46.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECBA11 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.07 |
| HSL | 46.3º | 0.87% | 0.5% | - |
| HSV(B) | 46.3º | 0.93% | 0.93% | - |
| XYZ | 52.25 | 52.99 | 8 | - |
| YUV | 181.68 | 35.07 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 17 | 0 | 0.21 | 0.93 | 0.07 | 46.3 | 0.87 | 0.5 |
| Hex | EC | BA | 11 | 0 | 15 | 5D | 7 | 2E | 57 | 32 |
| Octal | 354 | 272 | 21 | 0 | 25 | 135 | 7 | 56 | 127 | 62 |
| Binary | 11101100 | 10111010 | 10001 | 0 | 10101 | 1011101 | 111 | 101110 | 1010111 | 110010 |
Color Harmonies of #ECBA11
Complementary color
Monochromatic Colors of #ECBA11
Black with #ECBA11
Text Example
Text Example
White with #ECBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA11; }
p { color: rgb(236,186,17); }
H1.HeaderClassName
{
color: #ECBA11;
}
.AnyTagClassName
{
color: #ECBA11;
}
</style>
background-color css
<style>
a { background-color: #ECBA11; }
a { background-color: rgb(236,186,17); }
div.DivClassName
{
background-color: #ECBA11;
}
.BgClassName
{
background-color: #ECBA11;
}
</style>
border-color css
<style>
span { border-color: #ECBA11; }
span { border-color: rgb(236,186,17); }
td.TdClassName
{
border-color: #ECBA11;
}
.TagClassName
{
border-color: #ECBA11;
}
</style>