Shades of Moon Yellow #EABB16
Tints of Moon Yellow #EABB16
RGB
CMYK
RGB Variations
Color information
#EABB16 (or 0xEABB16) is known color: Moon Yellow. HEX triplet: EA, BB and 16. RGB value is (234,187,22). Sum of RGB (Red+Green+Blue) = 234+187+22=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB16 is #1544E9. Grayscale: #B6B6B6. Windows color (decimal): -1393898 or 1489898. OLE color: 1489898.
HSL color Cylindrical-coordinate representation of color #EABB16: hue angle of 46.7º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EABB16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.08 |
| HSL | 46.7º | 0.83% | 0.5% | - |
| HSV(B) | 46.7º | 0.91% | 0.92% | - |
| XYZ | 51.85 | 53.09 | 8.27 | - |
| YUV | 182.24 | 37.57 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 22 | 0 | 0.20 | 0.91 | 0.08 | 46.7 | 0.83 | 0.5 |
| Hex | EA | BB | 16 | 0 | 14 | 5B | 8 | 2F | 53 | 32 |
| Octal | 352 | 273 | 26 | 0 | 24 | 133 | 10 | 57 | 123 | 62 |
| Binary | 11101010 | 10111011 | 10110 | 0 | 10100 | 1011011 | 1000 | 101111 | 1010011 | 110010 |
Color Harmonies of #EABB16
Complementary color
Monochromatic Colors of #EABB16
Black with #EABB16
Text Example
Text Example
White with #EABB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB16; }
p { color: rgb(234,187,22); }
H1.HeaderClassName
{
color: #EABB16;
}
.AnyTagClassName
{
color: #EABB16;
}
</style>
background-color css
<style>
a { background-color: #EABB16; }
a { background-color: rgb(234,187,22); }
div.DivClassName
{
background-color: #EABB16;
}
.BgClassName
{
background-color: #EABB16;
}
</style>
border-color css
<style>
span { border-color: #EABB16; }
span { border-color: rgb(234,187,22); }
td.TdClassName
{
border-color: #EABB16;
}
.TagClassName
{
border-color: #EABB16;
}
</style>