Shades of Moon Yellow #ECCD12
Tints of Moon Yellow #ECCD12
RGB
CMYK
RGB Variations
Color information
#ECCD12 (or 0xECCD12) is known color: Moon Yellow. HEX triplet: EC, CD and 12. RGB value is (236,205,18). Sum of RGB (Red+Green+Blue) = 236+205+18=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD12 is #1332ED. Grayscale: #C1C1C1. Windows color (decimal): -1258222 or 1232364. OLE color: 1232364.
HSL color Cylindrical-coordinate representation of color #ECCD12: hue angle of 51.47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECCD12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.07 |
| HSL | 51.47º | 0.86% | 0.5% | - |
| HSV(B) | 51.47º | 0.92% | 0.93% | - |
| XYZ | 56.53 | 61.54 | 9.47 | - |
| YUV | 192.95 | 29.27 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 18 | 0 | 0.13 | 0.92 | 0.07 | 51.47 | 0.86 | 0.5 |
| Hex | EC | CD | 12 | 0 | D | 5C | 7 | 33 | 56 | 32 |
| Octal | 354 | 315 | 22 | 0 | 15 | 134 | 7 | 63 | 126 | 62 |
| Binary | 11101100 | 11001101 | 10010 | 0 | 1101 | 1011100 | 111 | 110011 | 1010110 | 110010 |
Color Harmonies of #ECCD12
Complementary color
Monochromatic Colors of #ECCD12
Black with #ECCD12
Text Example
Text Example
White with #ECCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD12; }
p { color: rgb(236,205,18); }
H1.HeaderClassName
{
color: #ECCD12;
}
.AnyTagClassName
{
color: #ECCD12;
}
</style>
background-color css
<style>
a { background-color: #ECCD12; }
a { background-color: rgb(236,205,18); }
div.DivClassName
{
background-color: #ECCD12;
}
.BgClassName
{
background-color: #ECCD12;
}
</style>
border-color css
<style>
span { border-color: #ECCD12; }
span { border-color: rgb(236,205,18); }
td.TdClassName
{
border-color: #ECCD12;
}
.TagClassName
{
border-color: #ECCD12;
}
</style>