Shades of Moon Yellow #EAC420
Tints of Moon Yellow #EAC420
RGB
CMYK
RGB Variations
Color information
#EAC420 (or 0xEAC420) is known color: Moon Yellow. HEX triplet: EA, C4 and 20. RGB value is (234,196,32). Sum of RGB (Red+Green+Blue) = 234+196+32=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC420 is #153BDF. Grayscale: #BDBDBD. Windows color (decimal): -1391584 or 2147562. OLE color: 2147562.
HSL color Cylindrical-coordinate representation of color #EAC420: hue angle of 48.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAC420 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.08 |
| HSL | 48.71º | 0.83% | 0.52% | - |
| HSV(B) | 48.71º | 0.86% | 0.92% | - |
| XYZ | 53.93 | 57.08 | 9.54 | - |
| YUV | 188.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 32 | 0 | 0.16 | 0.86 | 0.08 | 48.71 | 0.83 | 0.52 |
| Hex | EA | C4 | 20 | 0 | 10 | 56 | 8 | 31 | 53 | 34 |
| Octal | 352 | 304 | 40 | 0 | 20 | 126 | 10 | 61 | 123 | 64 |
| Binary | 11101010 | 11000100 | 100000 | 0 | 10000 | 1010110 | 1000 | 110001 | 1010011 | 110100 |
Color Harmonies of #EAC420
Complementary color
Monochromatic Colors of #EAC420
Black with #EAC420
Text Example
Text Example
White with #EAC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC420; }
p { color: rgb(234,196,32); }
H1.HeaderClassName
{
color: #EAC420;
}
.AnyTagClassName
{
color: #EAC420;
}
</style>
background-color css
<style>
a { background-color: #EAC420; }
a { background-color: rgb(234,196,32); }
div.DivClassName
{
background-color: #EAC420;
}
.BgClassName
{
background-color: #EAC420;
}
</style>
border-color css
<style>
span { border-color: #EAC420; }
span { border-color: rgb(234,196,32); }
td.TdClassName
{
border-color: #EAC420;
}
.TagClassName
{
border-color: #EAC420;
}
</style>