Shades of Moon Yellow #EAB80D
Tints of Moon Yellow #EAB80D
RGB
CMYK
RGB Variations
Color information
#EAB80D (or 0xEAB80D) is known color: Moon Yellow. HEX triplet: EA, B8 and 0D. RGB value is (234,184,13). Sum of RGB (Red+Green+Blue) = 234+184+13=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB80D is #1547F2. Grayscale: #B4B4B4. Windows color (decimal): -1394675 or 899306. OLE color: 899306.
HSL color Cylindrical-coordinate representation of color #EAB80D: hue angle of 46.43º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB80D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.08 |
| HSL | 46.43º | 0.89% | 0.48% | - |
| HSV(B) | 46.43º | 0.94% | 0.92% | - |
| XYZ | 51.14 | 51.8 | 7.68 | - |
| YUV | 179.46 | 34.07 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 13 | 0 | 0.21 | 0.94 | 0.08 | 46.43 | 0.89 | 0.48 |
| Hex | EA | B8 | D | 0 | 15 | 5E | 8 | 2E | 59 | 30 |
| Octal | 352 | 270 | 15 | 0 | 25 | 136 | 10 | 56 | 131 | 60 |
| Binary | 11101010 | 10111000 | 1101 | 0 | 10101 | 1011110 | 1000 | 101110 | 1011001 | 110000 |
Color Harmonies of #EAB80D
Complementary color
Monochromatic Colors of #EAB80D
Black with #EAB80D
Text Example
Text Example
White with #EAB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB80D; }
p { color: rgb(234,184,13); }
H1.HeaderClassName
{
color: #EAB80D;
}
.AnyTagClassName
{
color: #EAB80D;
}
</style>
background-color css
<style>
a { background-color: #EAB80D; }
a { background-color: rgb(234,184,13); }
div.DivClassName
{
background-color: #EAB80D;
}
.BgClassName
{
background-color: #EAB80D;
}
</style>
border-color css
<style>
span { border-color: #EAB80D; }
span { border-color: rgb(234,184,13); }
td.TdClassName
{
border-color: #EAB80D;
}
.TagClassName
{
border-color: #EAB80D;
}
</style>