Shades of Moon Yellow #EACD0C
Tints of Moon Yellow #EACD0C
RGB
CMYK
RGB Variations
Color information
#EACD0C (or 0xEACD0C) is known color: Moon Yellow. HEX triplet: EA, CD and 0C. RGB value is (234,205,12). Sum of RGB (Red+Green+Blue) = 234+205+12=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD0C is #1532F3. Grayscale: #C0C0C0. Windows color (decimal): -1389300 or 839146. OLE color: 839146.
HSL color Cylindrical-coordinate representation of color #EACD0C: hue angle of 52.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EACD0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.08 |
| HSL | 52.16º | 0.9% | 0.48% | - |
| HSV(B) | 52.16º | 0.95% | 0.92% | - |
| XYZ | 55.83 | 61.18 | 9.21 | - |
| YUV | 191.67 | 26.61 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 12 | 0 | 0.12 | 0.95 | 0.08 | 52.16 | 0.9 | 0.48 |
| Hex | EA | CD | C | 0 | C | 5F | 8 | 34 | 5A | 30 |
| Octal | 352 | 315 | 14 | 0 | 14 | 137 | 10 | 64 | 132 | 60 |
| Binary | 11101010 | 11001101 | 1100 | 0 | 1100 | 1011111 | 1000 | 110100 | 1011010 | 110000 |
Color Harmonies of #EACD0C
Complementary color
Monochromatic Colors of #EACD0C
Black with #EACD0C
Text Example
Text Example
White with #EACD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD0C; }
p { color: rgb(234,205,12); }
H1.HeaderClassName
{
color: #EACD0C;
}
.AnyTagClassName
{
color: #EACD0C;
}
</style>
background-color css
<style>
a { background-color: #EACD0C; }
a { background-color: rgb(234,205,12); }
div.DivClassName
{
background-color: #EACD0C;
}
.BgClassName
{
background-color: #EACD0C;
}
</style>
border-color css
<style>
span { border-color: #EACD0C; }
span { border-color: rgb(234,205,12); }
td.TdClassName
{
border-color: #EACD0C;
}
.TagClassName
{
border-color: #EACD0C;
}
</style>