Shades of Moon Yellow #EAC012
Tints of Moon Yellow #EAC012
RGB
CMYK
RGB Variations
Color information
#EAC012 (or 0xEAC012) is known color: Moon Yellow. HEX triplet: EA, C0 and 12. RGB value is (234,192,18). Sum of RGB (Red+Green+Blue) = 234+192+18=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC012 is #153FED. Grayscale: #B9B9B9. Windows color (decimal): -1392622 or 1229034. OLE color: 1229034.
HSL color Cylindrical-coordinate representation of color #EAC012: hue angle of 48.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAC012 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.08 |
| HSL | 48.33º | 0.86% | 0.49% | - |
| HSV(B) | 48.33º | 0.92% | 0.92% | - |
| XYZ | 52.89 | 55.24 | 8.45 | - |
| YUV | 184.72 | 33.91 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 18 | 0 | 0.18 | 0.92 | 0.08 | 48.33 | 0.86 | 0.49 |
| Hex | EA | C0 | 12 | 0 | 12 | 5C | 8 | 30 | 56 | 31 |
| Octal | 352 | 300 | 22 | 0 | 22 | 134 | 10 | 60 | 126 | 61 |
| Binary | 11101010 | 11000000 | 10010 | 0 | 10010 | 1011100 | 1000 | 110000 | 1010110 | 110001 |
Color Harmonies of #EAC012
Complementary color
Monochromatic Colors of #EAC012
Black with #EAC012
Text Example
Text Example
White with #EAC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC012; }
p { color: rgb(234,192,18); }
H1.HeaderClassName
{
color: #EAC012;
}
.AnyTagClassName
{
color: #EAC012;
}
</style>
background-color css
<style>
a { background-color: #EAC012; }
a { background-color: rgb(234,192,18); }
div.DivClassName
{
background-color: #EAC012;
}
.BgClassName
{
background-color: #EAC012;
}
</style>
border-color css
<style>
span { border-color: #EAC012; }
span { border-color: rgb(234,192,18); }
td.TdClassName
{
border-color: #EAC012;
}
.TagClassName
{
border-color: #EAC012;
}
</style>