Shades of Moon Yellow #ECC80C
Tints of Moon Yellow #ECC80C
RGB
CMYK
RGB Variations
Color information
#ECC80C (or 0xECC80C) is known color: Moon Yellow. HEX triplet: EC, C8 and 0C. RGB value is (236,200,12). Sum of RGB (Red+Green+Blue) = 236+200+12=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC80C is #1337F3. Grayscale: #BEBEBE. Windows color (decimal): -1259508 or 837868. OLE color: 837868.
HSL color Cylindrical-coordinate representation of color #ECC80C: hue angle of 50.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC80C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.36º | 0.9% | 0.49% | - |
| HSV(B) | 50.36º | 0.95% | 0.93% | - |
| XYZ | 55.31 | 59.17 | 8.85 | - |
| YUV | 189.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 12 | 0 | 0.15 | 0.95 | 0.07 | 50.36 | 0.9 | 0.49 |
| Hex | EC | C8 | C | 0 | F | 5F | 7 | 32 | 5A | 31 |
| Octal | 354 | 310 | 14 | 0 | 17 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101100 | 11001000 | 1100 | 0 | 1111 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #ECC80C
Complementary color
Monochromatic Colors of #ECC80C
Black with #ECC80C
Text Example
Text Example
White with #ECC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC80C; }
p { color: rgb(236,200,12); }
H1.HeaderClassName
{
color: #ECC80C;
}
.AnyTagClassName
{
color: #ECC80C;
}
</style>
background-color css
<style>
a { background-color: #ECC80C; }
a { background-color: rgb(236,200,12); }
div.DivClassName
{
background-color: #ECC80C;
}
.BgClassName
{
background-color: #ECC80C;
}
</style>
border-color css
<style>
span { border-color: #ECC80C; }
span { border-color: rgb(236,200,12); }
td.TdClassName
{
border-color: #ECC80C;
}
.TagClassName
{
border-color: #ECC80C;
}
</style>