Shades of Moon Yellow #EAC20D
Tints of Moon Yellow #EAC20D
RGB
CMYK
RGB Variations
Color information
#EAC20D (or 0xEAC20D) is known color: Moon Yellow. HEX triplet: EA, C2 and 0D. RGB value is (234,194,13). Sum of RGB (Red+Green+Blue) = 234+194+13=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC20D is #153DF2. Grayscale: #BABABA. Windows color (decimal): -1392115 or 901866. OLE color: 901866.
HSL color Cylindrical-coordinate representation of color #EAC20D: hue angle of 49.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAC20D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.08 |
| HSL | 49.14º | 0.89% | 0.48% | - |
| HSV(B) | 49.14º | 0.94% | 0.92% | - |
| XYZ | 53.3 | 56.11 | 8.4 | - |
| YUV | 185.33 | 30.75 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 13 | 0 | 0.17 | 0.94 | 0.08 | 49.14 | 0.89 | 0.48 |
| Hex | EA | C2 | D | 0 | 11 | 5E | 8 | 31 | 59 | 30 |
| Octal | 352 | 302 | 15 | 0 | 21 | 136 | 10 | 61 | 131 | 60 |
| Binary | 11101010 | 11000010 | 1101 | 0 | 10001 | 1011110 | 1000 | 110001 | 1011001 | 110000 |
Color Harmonies of #EAC20D
Complementary color
Monochromatic Colors of #EAC20D
Black with #EAC20D
Text Example
Text Example
White with #EAC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC20D; }
p { color: rgb(234,194,13); }
H1.HeaderClassName
{
color: #EAC20D;
}
.AnyTagClassName
{
color: #EAC20D;
}
</style>
background-color css
<style>
a { background-color: #EAC20D; }
a { background-color: rgb(234,194,13); }
div.DivClassName
{
background-color: #EAC20D;
}
.BgClassName
{
background-color: #EAC20D;
}
</style>
border-color css
<style>
span { border-color: #EAC20D; }
span { border-color: rgb(234,194,13); }
td.TdClassName
{
border-color: #EAC20D;
}
.TagClassName
{
border-color: #EAC20D;
}
</style>