Shades of Moon Yellow #EAB916
Tints of Moon Yellow #EAB916
RGB
CMYK
RGB Variations
Color information
#EAB916 (or 0xEAB916) is known color: Moon Yellow. HEX triplet: EA, B9 and 16. RGB value is (234,185,22). Sum of RGB (Red+Green+Blue) = 234+185+22=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB916 is #1546E9. Grayscale: #B5B5B5. Windows color (decimal): -1394410 or 1489386. OLE color: 1489386.
HSL color Cylindrical-coordinate representation of color #EAB916: hue angle of 46.13º 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 #EAB916 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.08 |
| HSL | 46.13º | 0.83% | 0.5% | - |
| HSV(B) | 46.13º | 0.91% | 0.92% | - |
| XYZ | 51.43 | 52.25 | 8.13 | - |
| YUV | 181.07 | 38.23 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 22 | 0 | 0.21 | 0.91 | 0.08 | 46.13 | 0.83 | 0.5 |
| Hex | EA | B9 | 16 | 0 | 15 | 5B | 8 | 2E | 53 | 32 |
| Octal | 352 | 271 | 26 | 0 | 25 | 133 | 10 | 56 | 123 | 62 |
| Binary | 11101010 | 10111001 | 10110 | 0 | 10101 | 1011011 | 1000 | 101110 | 1010011 | 110010 |
Color Harmonies of #EAB916
Complementary color
Monochromatic Colors of #EAB916
Black with #EAB916
Text Example
Text Example
White with #EAB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB916; }
p { color: rgb(234,185,22); }
H1.HeaderClassName
{
color: #EAB916;
}
.AnyTagClassName
{
color: #EAB916;
}
</style>
background-color css
<style>
a { background-color: #EAB916; }
a { background-color: rgb(234,185,22); }
div.DivClassName
{
background-color: #EAB916;
}
.BgClassName
{
background-color: #EAB916;
}
</style>
border-color css
<style>
span { border-color: #EAB916; }
span { border-color: rgb(234,185,22); }
td.TdClassName
{
border-color: #EAB916;
}
.TagClassName
{
border-color: #EAB916;
}
</style>