Shades of Moon Yellow #EAB815
Tints of Moon Yellow #EAB815
RGB
CMYK
RGB Variations
Color information
#EAB815 (or 0xEAB815) is known color: Moon Yellow. HEX triplet: EA, B8 and 15. RGB value is (234,184,21). Sum of RGB (Red+Green+Blue) = 234+184+21=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB815 is #1547EA. Grayscale: #B5B5B5. Windows color (decimal): -1394667 or 1423594. OLE color: 1423594.
HSL color Cylindrical-coordinate representation of color #EAB815: hue angle of 45.92º degrees, saturation: 0.84, 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 #EAB815 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 21 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.08 |
| HSL | 45.92º | 0.84% | 0.5% | - |
| HSV(B) | 45.92º | 0.91% | 0.92% | - |
| XYZ | 51.21 | 51.83 | 8.01 | - |
| YUV | 180.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 21 | 0 | 0.21 | 0.91 | 0.08 | 45.92 | 0.84 | 0.5 |
| Hex | EA | B8 | 15 | 0 | 15 | 5B | 8 | 2E | 54 | 32 |
| Octal | 352 | 270 | 25 | 0 | 25 | 133 | 10 | 56 | 124 | 62 |
| Binary | 11101010 | 10111000 | 10101 | 0 | 10101 | 1011011 | 1000 | 101110 | 1010100 | 110010 |
Color Harmonies of #EAB815
Complementary color
Monochromatic Colors of #EAB815
Black with #EAB815
Text Example
Text Example
White with #EAB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB815; }
p { color: rgb(234,184,21); }
H1.HeaderClassName
{
color: #EAB815;
}
.AnyTagClassName
{
color: #EAB815;
}
</style>
background-color css
<style>
a { background-color: #EAB815; }
a { background-color: rgb(234,184,21); }
div.DivClassName
{
background-color: #EAB815;
}
.BgClassName
{
background-color: #EAB815;
}
</style>
border-color css
<style>
span { border-color: #EAB815; }
span { border-color: rgb(234,184,21); }
td.TdClassName
{
border-color: #EAB815;
}
.TagClassName
{
border-color: #EAB815;
}
</style>