Shades of Moon Yellow #EABA11
Tints of Moon Yellow #EABA11
RGB
CMYK
RGB Variations
Color information
#EABA11 (or 0xEABA11) is known color: Moon Yellow. HEX triplet: EA, BA and 11. RGB value is (234,186,17). Sum of RGB (Red+Green+Blue) = 234+186+17=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA11 is #1545EE. Grayscale: #B5B5B5. Windows color (decimal): -1394159 or 1161962. OLE color: 1161962.
HSL color Cylindrical-coordinate representation of color #EABA11: hue angle of 46.73º degrees, saturation: 0.86, 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 #EABA11 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.08 |
| HSL | 46.73º | 0.86% | 0.49% | - |
| HSV(B) | 46.73º | 0.93% | 0.92% | - |
| XYZ | 51.59 | 52.65 | 7.97 | - |
| YUV | 181.09 | 35.4 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 17 | 0 | 0.21 | 0.93 | 0.08 | 46.73 | 0.86 | 0.49 |
| Hex | EA | BA | 11 | 0 | 15 | 5D | 8 | 2F | 56 | 31 |
| Octal | 352 | 272 | 21 | 0 | 25 | 135 | 10 | 57 | 126 | 61 |
| Binary | 11101010 | 10111010 | 10001 | 0 | 10101 | 1011101 | 1000 | 101111 | 1010110 | 110001 |
Color Harmonies of #EABA11
Complementary color
Monochromatic Colors of #EABA11
Black with #EABA11
Text Example
Text Example
White with #EABA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA11; }
p { color: rgb(234,186,17); }
H1.HeaderClassName
{
color: #EABA11;
}
.AnyTagClassName
{
color: #EABA11;
}
</style>
background-color css
<style>
a { background-color: #EABA11; }
a { background-color: rgb(234,186,17); }
div.DivClassName
{
background-color: #EABA11;
}
.BgClassName
{
background-color: #EABA11;
}
</style>
border-color css
<style>
span { border-color: #EABA11; }
span { border-color: rgb(234,186,17); }
td.TdClassName
{
border-color: #EABA11;
}
.TagClassName
{
border-color: #EABA11;
}
</style>