Shades of Moon Yellow #ECC11A
Tints of Moon Yellow #ECC11A
RGB
CMYK
RGB Variations
Color information
#ECC11A (or 0xECC11A) is known color: Moon Yellow. HEX triplet: EC, C1 and 1A. RGB value is (236,193,26). Sum of RGB (Red+Green+Blue) = 236+193+26=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC11A is #133EE5. Grayscale: #BBBBBB. Windows color (decimal): -1261286 or 1753580. OLE color: 1753580.
HSL color Cylindrical-coordinate representation of color #ECC11A: hue angle of 47.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECC11A is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 26 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.07 |
| HSL | 47.71º | 0.85% | 0.51% | - |
| HSV(B) | 47.71º | 0.89% | 0.93% | - |
| XYZ | 53.85 | 56.05 | 8.96 | - |
| YUV | 186.82 | 37.25 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 26 | 0 | 0.18 | 0.89 | 0.07 | 47.71 | 0.85 | 0.51 |
| Hex | EC | C1 | 1A | 0 | 12 | 59 | 7 | 30 | 55 | 33 |
| Octal | 354 | 301 | 32 | 0 | 22 | 131 | 7 | 60 | 125 | 63 |
| Binary | 11101100 | 11000001 | 11010 | 0 | 10010 | 1011001 | 111 | 110000 | 1010101 | 110011 |
Color Harmonies of #ECC11A
Complementary color
Monochromatic Colors of #ECC11A
Black with #ECC11A
Text Example
Text Example
White with #ECC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC11A; }
p { color: rgb(236,193,26); }
H1.HeaderClassName
{
color: #ECC11A;
}
.AnyTagClassName
{
color: #ECC11A;
}
</style>
background-color css
<style>
a { background-color: #ECC11A; }
a { background-color: rgb(236,193,26); }
div.DivClassName
{
background-color: #ECC11A;
}
.BgClassName
{
background-color: #ECC11A;
}
</style>
border-color css
<style>
span { border-color: #ECC11A; }
span { border-color: rgb(236,193,26); }
td.TdClassName
{
border-color: #ECC11A;
}
.TagClassName
{
border-color: #ECC11A;
}
</style>