Shades of Moon Yellow #EABA10
Tints of Moon Yellow #EABA10
RGB
CMYK
RGB Variations
Color information
#EABA10 (or 0xEABA10) is known color: Moon Yellow. HEX triplet: EA, BA and 10. RGB value is (234,186,16). Sum of RGB (Red+Green+Blue) = 234+186+16=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA10 is #1545EF. Grayscale: #B5B5B5. Windows color (decimal): -1394160 or 1096426. OLE color: 1096426.
HSL color Cylindrical-coordinate representation of color #EABA10: hue angle of 46.79º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EABA10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.08 |
| HSL | 46.79º | 0.87% | 0.49% | - |
| HSV(B) | 46.79º | 0.93% | 0.92% | - |
| XYZ | 51.58 | 52.65 | 7.93 | - |
| YUV | 180.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 16 | 0 | 0.21 | 0.93 | 0.08 | 46.79 | 0.87 | 0.49 |
| Hex | EA | BA | 10 | 0 | 15 | 5D | 8 | 2F | 57 | 31 |
| Octal | 352 | 272 | 20 | 0 | 25 | 135 | 10 | 57 | 127 | 61 |
| Binary | 11101010 | 10111010 | 10000 | 0 | 10101 | 1011101 | 1000 | 101111 | 1010111 | 110001 |
Color Harmonies of #EABA10
Complementary color
Monochromatic Colors of #EABA10
Black with #EABA10
Text Example
Text Example
White with #EABA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA10; }
p { color: rgb(234,186,16); }
H1.HeaderClassName
{
color: #EABA10;
}
.AnyTagClassName
{
color: #EABA10;
}
</style>
background-color css
<style>
a { background-color: #EABA10; }
a { background-color: rgb(234,186,16); }
div.DivClassName
{
background-color: #EABA10;
}
.BgClassName
{
background-color: #EABA10;
}
</style>
border-color css
<style>
span { border-color: #EABA10; }
span { border-color: rgb(234,186,16); }
td.TdClassName
{
border-color: #EABA10;
}
.TagClassName
{
border-color: #EABA10;
}
</style>