Shades of Moon Yellow #EABB0F
Tints of Moon Yellow #EABB0F
RGB
CMYK
RGB Variations
Color information
#EABB0F (or 0xEABB0F) is known color: Moon Yellow. HEX triplet: EA, BB and 0F. RGB value is (234,187,15). Sum of RGB (Red+Green+Blue) = 234+187+15=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0F is #1544F0. Grayscale: #B6B6B6. Windows color (decimal): -1393905 or 1031146. OLE color: 1031146.
HSL color Cylindrical-coordinate representation of color #EABB0F: hue angle of 47.12º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EABB0F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.08 |
| HSL | 47.12º | 0.88% | 0.49% | - |
| HSV(B) | 47.12º | 0.94% | 0.92% | - |
| XYZ | 51.79 | 53.07 | 7.97 | - |
| YUV | 181.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 15 | 0 | 0.20 | 0.94 | 0.08 | 47.12 | 0.88 | 0.49 |
| Hex | EA | BB | F | 0 | 14 | 5E | 8 | 2F | 58 | 31 |
| Octal | 352 | 273 | 17 | 0 | 24 | 136 | 10 | 57 | 130 | 61 |
| Binary | 11101010 | 10111011 | 1111 | 0 | 10100 | 1011110 | 1000 | 101111 | 1011000 | 110001 |
Color Harmonies of #EABB0F
Complementary color
Monochromatic Colors of #EABB0F
Black with #EABB0F
Text Example
Text Example
White with #EABB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB0F; }
p { color: rgb(234,187,15); }
H1.HeaderClassName
{
color: #EABB0F;
}
.AnyTagClassName
{
color: #EABB0F;
}
</style>
background-color css
<style>
a { background-color: #EABB0F; }
a { background-color: rgb(234,187,15); }
div.DivClassName
{
background-color: #EABB0F;
}
.BgClassName
{
background-color: #EABB0F;
}
</style>
border-color css
<style>
span { border-color: #EABB0F; }
span { border-color: rgb(234,187,15); }
td.TdClassName
{
border-color: #EABB0F;
}
.TagClassName
{
border-color: #EABB0F;
}
</style>