Shades of Moon Yellow #EAC016
Tints of Moon Yellow #EAC016
RGB
CMYK
RGB Variations
Color information
#EAC016 (or 0xEAC016) is known color: Moon Yellow. HEX triplet: EA, C0 and 16. RGB value is (234,192,22). Sum of RGB (Red+Green+Blue) = 234+192+22=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC016 is #153FE9. Grayscale: #B9B9B9. Windows color (decimal): -1392618 or 1491178. OLE color: 1491178.
HSL color Cylindrical-coordinate representation of color #EAC016: hue angle of 48.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAC016 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.08 |
| HSL | 48.11º | 0.83% | 0.5% | - |
| HSV(B) | 48.11º | 0.91% | 0.92% | - |
| XYZ | 52.93 | 55.25 | 8.63 | - |
| YUV | 185.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 22 | 0 | 0.18 | 0.91 | 0.08 | 48.11 | 0.83 | 0.5 |
| Hex | EA | C0 | 16 | 0 | 12 | 5B | 8 | 30 | 53 | 32 |
| Octal | 352 | 300 | 26 | 0 | 22 | 133 | 10 | 60 | 123 | 62 |
| Binary | 11101010 | 11000000 | 10110 | 0 | 10010 | 1011011 | 1000 | 110000 | 1010011 | 110010 |
Color Harmonies of #EAC016
Complementary color
Monochromatic Colors of #EAC016
Black with #EAC016
Text Example
Text Example
White with #EAC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC016; }
p { color: rgb(234,192,22); }
H1.HeaderClassName
{
color: #EAC016;
}
.AnyTagClassName
{
color: #EAC016;
}
</style>
background-color css
<style>
a { background-color: #EAC016; }
a { background-color: rgb(234,192,22); }
div.DivClassName
{
background-color: #EAC016;
}
.BgClassName
{
background-color: #EAC016;
}
</style>
border-color css
<style>
span { border-color: #EAC016; }
span { border-color: rgb(234,192,22); }
td.TdClassName
{
border-color: #EAC016;
}
.TagClassName
{
border-color: #EAC016;
}
</style>