Shades of Moon Yellow #EAC519
Tints of Moon Yellow #EAC519
RGB
CMYK
RGB Variations
Color information
#EAC519 (or 0xEAC519) is known color: Moon Yellow. HEX triplet: EA, C5 and 19. RGB value is (234,197,25). Sum of RGB (Red+Green+Blue) = 234+197+25=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC519 is #153AE6. Grayscale: #BDBDBD. Windows color (decimal): -1391335 or 1689066. OLE color: 1689066.
HSL color Cylindrical-coordinate representation of color #EAC519: hue angle of 49.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAC519 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 25 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.08 |
| HSL | 49.38º | 0.83% | 0.51% | - |
| HSV(B) | 49.38º | 0.89% | 0.92% | - |
| XYZ | 54.07 | 57.5 | 9.17 | - |
| YUV | 188.46 | 35.76 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 25 | 0 | 0.16 | 0.89 | 0.08 | 49.38 | 0.83 | 0.51 |
| Hex | EA | C5 | 19 | 0 | 10 | 59 | 8 | 31 | 53 | 33 |
| Octal | 352 | 305 | 31 | 0 | 20 | 131 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000101 | 11001 | 0 | 10000 | 1011001 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC519
Complementary color
Monochromatic Colors of #EAC519
Black with #EAC519
Text Example
Text Example
White with #EAC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC519; }
p { color: rgb(234,197,25); }
H1.HeaderClassName
{
color: #EAC519;
}
.AnyTagClassName
{
color: #EAC519;
}
</style>
background-color css
<style>
a { background-color: #EAC519; }
a { background-color: rgb(234,197,25); }
div.DivClassName
{
background-color: #EAC519;
}
.BgClassName
{
background-color: #EAC519;
}
</style>
border-color css
<style>
span { border-color: #EAC519; }
span { border-color: rgb(234,197,25); }
td.TdClassName
{
border-color: #EAC519;
}
.TagClassName
{
border-color: #EAC519;
}
</style>