Shades of Moon Yellow #ECC80D
Tints of Moon Yellow #ECC80D
RGB
CMYK
RGB Variations
Color information
#ECC80D (or 0xECC80D) is known color: Moon Yellow. HEX triplet: EC, C8 and 0D. RGB value is (236,200,13). Sum of RGB (Red+Green+Blue) = 236+200+13=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC80D is #1337F2. Grayscale: #BEBEBE. Windows color (decimal): -1259507 or 903404. OLE color: 903404.
HSL color Cylindrical-coordinate representation of color #ECC80D: hue angle of 50.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECC80D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.07 |
| HSL | 50.31º | 0.9% | 0.49% | - |
| HSV(B) | 50.31º | 0.94% | 0.93% | - |
| XYZ | 55.32 | 59.17 | 8.89 | - |
| YUV | 189.45 | 28.43 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 13 | 0 | 0.15 | 0.94 | 0.07 | 50.31 | 0.9 | 0.49 |
| Hex | EC | C8 | D | 0 | F | 5E | 7 | 32 | 5A | 31 |
| Octal | 354 | 310 | 15 | 0 | 17 | 136 | 7 | 62 | 132 | 61 |
| Binary | 11101100 | 11001000 | 1101 | 0 | 1111 | 1011110 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #ECC80D
Complementary color
Monochromatic Colors of #ECC80D
Black with #ECC80D
Text Example
Text Example
White with #ECC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC80D; }
p { color: rgb(236,200,13); }
H1.HeaderClassName
{
color: #ECC80D;
}
.AnyTagClassName
{
color: #ECC80D;
}
</style>
background-color css
<style>
a { background-color: #ECC80D; }
a { background-color: rgb(236,200,13); }
div.DivClassName
{
background-color: #ECC80D;
}
.BgClassName
{
background-color: #ECC80D;
}
</style>
border-color css
<style>
span { border-color: #ECC80D; }
span { border-color: rgb(236,200,13); }
td.TdClassName
{
border-color: #ECC80D;
}
.TagClassName
{
border-color: #ECC80D;
}
</style>