Shades of Moon Yellow #EAC20E
Tints of Moon Yellow #EAC20E
RGB
CMYK
RGB Variations
Color information
#EAC20E (or 0xEAC20E) is known color: Moon Yellow. HEX triplet: EA, C2 and 0E. RGB value is (234,194,14). Sum of RGB (Red+Green+Blue) = 234+194+14=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC20E is #153DF1. Grayscale: #BABABA. Windows color (decimal): -1392114 or 967402. OLE color: 967402.
HSL color Cylindrical-coordinate representation of color #EAC20E: hue angle of 49.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 #EAC20E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.08 |
| HSL | 49.09º | 0.89% | 0.49% | - |
| HSV(B) | 49.09º | 0.94% | 0.92% | - |
| XYZ | 53.3 | 56.11 | 8.44 | - |
| YUV | 185.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 14 | 0 | 0.17 | 0.94 | 0.08 | 49.09 | 0.89 | 0.49 |
| Hex | EA | C2 | E | 0 | 11 | 5E | 8 | 31 | 59 | 31 |
| Octal | 352 | 302 | 16 | 0 | 21 | 136 | 10 | 61 | 131 | 61 |
| Binary | 11101010 | 11000010 | 1110 | 0 | 10001 | 1011110 | 1000 | 110001 | 1011001 | 110001 |
Color Harmonies of #EAC20E
Complementary color
Monochromatic Colors of #EAC20E
Black with #EAC20E
Text Example
Text Example
White with #EAC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC20E; }
p { color: rgb(234,194,14); }
H1.HeaderClassName
{
color: #EAC20E;
}
.AnyTagClassName
{
color: #EAC20E;
}
</style>
background-color css
<style>
a { background-color: #EAC20E; }
a { background-color: rgb(234,194,14); }
div.DivClassName
{
background-color: #EAC20E;
}
.BgClassName
{
background-color: #EAC20E;
}
</style>
border-color css
<style>
span { border-color: #EAC20E; }
span { border-color: rgb(234,194,14); }
td.TdClassName
{
border-color: #EAC20E;
}
.TagClassName
{
border-color: #EAC20E;
}
</style>