Shades of Moon Yellow #EAC018
Tints of Moon Yellow #EAC018
RGB
CMYK
RGB Variations
Color information
#EAC018 (or 0xEAC018) is known color: Moon Yellow. HEX triplet: EA, C0 and 18. RGB value is (234,192,24). Sum of RGB (Red+Green+Blue) = 234+192+24=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC018 is #153FE7. Grayscale: #BABABA. Windows color (decimal): -1392616 or 1622250. OLE color: 1622250.
HSL color Cylindrical-coordinate representation of color #EAC018: hue angle of 48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAC018 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.08 |
| HSL | 48º | 0.83% | 0.51% | - |
| HSV(B) | 48º | 0.9% | 0.92% | - |
| XYZ | 52.95 | 55.26 | 8.74 | - |
| YUV | 185.41 | 36.91 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 24 | 0 | 0.18 | 0.90 | 0.08 | 48 | 0.83 | 0.51 |
| Hex | EA | C0 | 18 | 0 | 12 | 5A | 8 | 30 | 53 | 33 |
| Octal | 352 | 300 | 30 | 0 | 22 | 132 | 10 | 60 | 123 | 63 |
| Binary | 11101010 | 11000000 | 11000 | 0 | 10010 | 1011010 | 1000 | 110000 | 1010011 | 110011 |
Color Harmonies of #EAC018
Complementary color
Monochromatic Colors of #EAC018
Black with #EAC018
Text Example
Text Example
White with #EAC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC018; }
p { color: rgb(234,192,24); }
H1.HeaderClassName
{
color: #EAC018;
}
.AnyTagClassName
{
color: #EAC018;
}
</style>
background-color css
<style>
a { background-color: #EAC018; }
a { background-color: rgb(234,192,24); }
div.DivClassName
{
background-color: #EAC018;
}
.BgClassName
{
background-color: #EAC018;
}
</style>
border-color css
<style>
span { border-color: #EAC018; }
span { border-color: rgb(234,192,24); }
td.TdClassName
{
border-color: #EAC018;
}
.TagClassName
{
border-color: #EAC018;
}
</style>