Shades of Moon Yellow #EAB510
Tints of Moon Yellow #EAB510
RGB
CMYK
RGB Variations
Color information
#EAB510 (or 0xEAB510) is known color: Moon Yellow. HEX triplet: EA, B5 and 10. RGB value is (234,181,16). Sum of RGB (Red+Green+Blue) = 234+181+16=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB510 is #154AEF. Grayscale: #B2B2B2. Windows color (decimal): -1395440 or 1095146. OLE color: 1095146.
HSL color Cylindrical-coordinate representation of color #EAB510: hue angle of 45.41º 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 #EAB510 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.08 |
| HSL | 45.41º | 0.87% | 0.49% | - |
| HSV(B) | 45.41º | 0.93% | 0.92% | - |
| XYZ | 50.55 | 50.58 | 7.59 | - |
| YUV | 178.04 | 36.56 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 16 | 0 | 0.23 | 0.93 | 0.08 | 45.41 | 0.87 | 0.49 |
| Hex | EA | B5 | 10 | 0 | 17 | 5D | 8 | 2D | 57 | 31 |
| Octal | 352 | 265 | 20 | 0 | 27 | 135 | 10 | 55 | 127 | 61 |
| Binary | 11101010 | 10110101 | 10000 | 0 | 10111 | 1011101 | 1000 | 101101 | 1010111 | 110001 |
Color Harmonies of #EAB510
Complementary color
Monochromatic Colors of #EAB510
Black with #EAB510
Text Example
Text Example
White with #EAB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB510; }
p { color: rgb(234,181,16); }
H1.HeaderClassName
{
color: #EAB510;
}
.AnyTagClassName
{
color: #EAB510;
}
</style>
background-color css
<style>
a { background-color: #EAB510; }
a { background-color: rgb(234,181,16); }
div.DivClassName
{
background-color: #EAB510;
}
.BgClassName
{
background-color: #EAB510;
}
</style>
border-color css
<style>
span { border-color: #EAB510; }
span { border-color: rgb(234,181,16); }
td.TdClassName
{
border-color: #EAB510;
}
.TagClassName
{
border-color: #EAB510;
}
</style>