Shades of Moon Yellow #EAC020
Tints of Moon Yellow #EAC020
RGB
CMYK
RGB Variations
Color information
#EAC020 (or 0xEAC020) is known color: Moon Yellow. HEX triplet: EA, C0 and 20. RGB value is (234,192,32). Sum of RGB (Red+Green+Blue) = 234+192+32=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC020 is #153FDF. Grayscale: #BBBBBB. Windows color (decimal): -1392608 or 2146538. OLE color: 2146538.
HSL color Cylindrical-coordinate representation of color #EAC020: hue angle of 47.52º 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 #EAC020 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 32 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.52º | 0.83% | 0.52% | - |
| HSV(B) | 47.52º | 0.86% | 0.92% | - |
| XYZ | 53.04 | 55.3 | 9.24 | - |
| YUV | 186.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 32 | 0 | 0.18 | 0.86 | 0.08 | 47.52 | 0.83 | 0.52 |
| Hex | EA | C0 | 20 | 0 | 12 | 56 | 8 | 30 | 53 | 34 |
| Octal | 352 | 300 | 40 | 0 | 22 | 126 | 10 | 60 | 123 | 64 |
| Binary | 11101010 | 11000000 | 100000 | 0 | 10010 | 1010110 | 1000 | 110000 | 1010011 | 110100 |
Color Harmonies of #EAC020
Complementary color
Monochromatic Colors of #EAC020
Black with #EAC020
Text Example
Text Example
White with #EAC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC020; }
p { color: rgb(234,192,32); }
H1.HeaderClassName
{
color: #EAC020;
}
.AnyTagClassName
{
color: #EAC020;
}
</style>
background-color css
<style>
a { background-color: #EAC020; }
a { background-color: rgb(234,192,32); }
div.DivClassName
{
background-color: #EAC020;
}
.BgClassName
{
background-color: #EAC020;
}
</style>
border-color css
<style>
span { border-color: #EAC020; }
span { border-color: rgb(234,192,32); }
td.TdClassName
{
border-color: #EAC020;
}
.TagClassName
{
border-color: #EAC020;
}
</style>