Shades of Moon Yellow #EAB816
Tints of Moon Yellow #EAB816
RGB
CMYK
RGB Variations
Color information
#EAB816 (or 0xEAB816) is known color: Moon Yellow. HEX triplet: EA, B8 and 16. RGB value is (234,184,22). Sum of RGB (Red+Green+Blue) = 234+184+22=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB816 is #1547E9. Grayscale: #B5B5B5. Windows color (decimal): -1394666 or 1489130. OLE color: 1489130.
HSL color Cylindrical-coordinate representation of color #EAB816: hue angle of 45.85º 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 #EAB816 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.08 |
| HSL | 45.85º | 0.83% | 0.5% | - |
| HSV(B) | 45.85º | 0.91% | 0.92% | - |
| XYZ | 51.22 | 51.83 | 8.06 | - |
| YUV | 180.48 | 38.57 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 22 | 0 | 0.21 | 0.91 | 0.08 | 45.85 | 0.83 | 0.5 |
| Hex | EA | B8 | 16 | 0 | 15 | 5B | 8 | 2E | 53 | 32 |
| Octal | 352 | 270 | 26 | 0 | 25 | 133 | 10 | 56 | 123 | 62 |
| Binary | 11101010 | 10111000 | 10110 | 0 | 10101 | 1011011 | 1000 | 101110 | 1010011 | 110010 |
Color Harmonies of #EAB816
Complementary color
Monochromatic Colors of #EAB816
Black with #EAB816
Text Example
Text Example
White with #EAB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB816; }
p { color: rgb(234,184,22); }
H1.HeaderClassName
{
color: #EAB816;
}
.AnyTagClassName
{
color: #EAB816;
}
</style>
background-color css
<style>
a { background-color: #EAB816; }
a { background-color: rgb(234,184,22); }
div.DivClassName
{
background-color: #EAB816;
}
.BgClassName
{
background-color: #EAB816;
}
</style>
border-color css
<style>
span { border-color: #EAB816; }
span { border-color: rgb(234,184,22); }
td.TdClassName
{
border-color: #EAB816;
}
.TagClassName
{
border-color: #EAB816;
}
</style>