Shades of Moon Yellow #EACD0E
Tints of Moon Yellow #EACD0E
RGB
CMYK
RGB Variations
Color information
#EACD0E (or 0xEACD0E) is known color: Moon Yellow. HEX triplet: EA, CD and 0E. RGB value is (234,205,14). Sum of RGB (Red+Green+Blue) = 234+205+14=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD0E is #1532F1. Grayscale: #C0C0C0. Windows color (decimal): -1389298 or 970218. OLE color: 970218.
HSL color Cylindrical-coordinate representation of color #EACD0E: hue angle of 52.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EACD0E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.08 |
| HSL | 52.09º | 0.89% | 0.49% | - |
| HSV(B) | 52.09º | 0.94% | 0.92% | - |
| XYZ | 55.84 | 61.19 | 9.28 | - |
| YUV | 191.9 | 27.61 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 14 | 0 | 0.12 | 0.94 | 0.08 | 52.09 | 0.89 | 0.49 |
| Hex | EA | CD | E | 0 | C | 5E | 8 | 34 | 59 | 31 |
| Octal | 352 | 315 | 16 | 0 | 14 | 136 | 10 | 64 | 131 | 61 |
| Binary | 11101010 | 11001101 | 1110 | 0 | 1100 | 1011110 | 1000 | 110100 | 1011001 | 110001 |
Color Harmonies of #EACD0E
Complementary color
Monochromatic Colors of #EACD0E
Black with #EACD0E
Text Example
Text Example
White with #EACD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD0E; }
p { color: rgb(234,205,14); }
H1.HeaderClassName
{
color: #EACD0E;
}
.AnyTagClassName
{
color: #EACD0E;
}
</style>
background-color css
<style>
a { background-color: #EACD0E; }
a { background-color: rgb(234,205,14); }
div.DivClassName
{
background-color: #EACD0E;
}
.BgClassName
{
background-color: #EACD0E;
}
</style>
border-color css
<style>
span { border-color: #EACD0E; }
span { border-color: rgb(234,205,14); }
td.TdClassName
{
border-color: #EACD0E;
}
.TagClassName
{
border-color: #EACD0E;
}
</style>