Shades of Moon Yellow #ECC00D
Tints of Moon Yellow #ECC00D
RGB
CMYK
RGB Variations
Color information
#ECC00D (or 0xECC00D) is known color: Moon Yellow. HEX triplet: EC, C0 and 0D. RGB value is (236,192,13). Sum of RGB (Red+Green+Blue) = 236+192+13=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC00D is #133FF2. Grayscale: #B9B9B9. Windows color (decimal): -1261555 or 901356. OLE color: 901356.
HSL color Cylindrical-coordinate representation of color #ECC00D: hue angle of 48.16º 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 #ECC00D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.07 |
| HSL | 48.16º | 0.9% | 0.49% | - |
| HSV(B) | 48.16º | 0.94% | 0.93% | - |
| XYZ | 53.51 | 55.56 | 8.28 | - |
| YUV | 184.75 | 31.08 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 13 | 0 | 0.19 | 0.94 | 0.07 | 48.16 | 0.9 | 0.49 |
| Hex | EC | C0 | D | 0 | 13 | 5E | 7 | 30 | 5A | 31 |
| Octal | 354 | 300 | 15 | 0 | 23 | 136 | 7 | 60 | 132 | 61 |
| Binary | 11101100 | 11000000 | 1101 | 0 | 10011 | 1011110 | 111 | 110000 | 1011010 | 110001 |
Color Harmonies of #ECC00D
Complementary color
Monochromatic Colors of #ECC00D
Black with #ECC00D
Text Example
Text Example
White with #ECC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC00D; }
p { color: rgb(236,192,13); }
H1.HeaderClassName
{
color: #ECC00D;
}
.AnyTagClassName
{
color: #ECC00D;
}
</style>
background-color css
<style>
a { background-color: #ECC00D; }
a { background-color: rgb(236,192,13); }
div.DivClassName
{
background-color: #ECC00D;
}
.BgClassName
{
background-color: #ECC00D;
}
</style>
border-color css
<style>
span { border-color: #ECC00D; }
span { border-color: rgb(236,192,13); }
td.TdClassName
{
border-color: #ECC00D;
}
.TagClassName
{
border-color: #ECC00D;
}
</style>