Shades of Moon Yellow #EABB11
Tints of Moon Yellow #EABB11
RGB
CMYK
RGB Variations
Color information
#EABB11 (or 0xEABB11) is known color: Moon Yellow. HEX triplet: EA, BB and 11. RGB value is (234,187,17). Sum of RGB (Red+Green+Blue) = 234+187+17=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB11 is #1544EE. Grayscale: #B6B6B6. Windows color (decimal): -1393903 or 1162218. OLE color: 1162218.
HSL color Cylindrical-coordinate representation of color #EABB11: hue angle of 47º 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 #EABB11 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 17 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.08 |
| HSL | 47º | 0.86% | 0.49% | - |
| HSV(B) | 47º | 0.93% | 0.92% | - |
| XYZ | 51.8 | 53.07 | 8.04 | - |
| YUV | 181.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 17 | 0 | 0.20 | 0.93 | 0.08 | 47 | 0.86 | 0.49 |
| Hex | EA | BB | 11 | 0 | 14 | 5D | 8 | 2F | 56 | 31 |
| Octal | 352 | 273 | 21 | 0 | 24 | 135 | 10 | 57 | 126 | 61 |
| Binary | 11101010 | 10111011 | 10001 | 0 | 10100 | 1011101 | 1000 | 101111 | 1010110 | 110001 |
Color Harmonies of #EABB11
Complementary color
Monochromatic Colors of #EABB11
Black with #EABB11
Text Example
Text Example
White with #EABB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB11; }
p { color: rgb(234,187,17); }
H1.HeaderClassName
{
color: #EABB11;
}
.AnyTagClassName
{
color: #EABB11;
}
</style>
background-color css
<style>
a { background-color: #EABB11; }
a { background-color: rgb(234,187,17); }
div.DivClassName
{
background-color: #EABB11;
}
.BgClassName
{
background-color: #EABB11;
}
</style>
border-color css
<style>
span { border-color: #EABB11; }
span { border-color: rgb(234,187,17); }
td.TdClassName
{
border-color: #EABB11;
}
.TagClassName
{
border-color: #EABB11;
}
</style>