Shades of Moon Yellow #EABB0D
Tints of Moon Yellow #EABB0D
RGB
CMYK
RGB Variations
Color information
#EABB0D (or 0xEABB0D) is known color: Moon Yellow. HEX triplet: EA, BB and 0D. RGB value is (234,187,13). Sum of RGB (Red+Green+Blue) = 234+187+13=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0D is #1544F2. Grayscale: #B5B5B5. Windows color (decimal): -1393907 or 900074. OLE color: 900074.
HSL color Cylindrical-coordinate representation of color #EABB0D: hue angle of 47.24º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EABB0D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.08 |
| HSL | 47.24º | 0.89% | 0.48% | - |
| HSV(B) | 47.24º | 0.94% | 0.92% | - |
| XYZ | 51.77 | 53.06 | 7.89 | - |
| YUV | 181.22 | 33.07 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 13 | 0 | 0.20 | 0.94 | 0.08 | 47.24 | 0.89 | 0.48 |
| Hex | EA | BB | D | 0 | 14 | 5E | 8 | 2F | 59 | 30 |
| Octal | 352 | 273 | 15 | 0 | 24 | 136 | 10 | 57 | 131 | 60 |
| Binary | 11101010 | 10111011 | 1101 | 0 | 10100 | 1011110 | 1000 | 101111 | 1011001 | 110000 |
Color Harmonies of #EABB0D
Complementary color
Monochromatic Colors of #EABB0D
Black with #EABB0D
Text Example
Text Example
White with #EABB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB0D; }
p { color: rgb(234,187,13); }
H1.HeaderClassName
{
color: #EABB0D;
}
.AnyTagClassName
{
color: #EABB0D;
}
</style>
background-color css
<style>
a { background-color: #EABB0D; }
a { background-color: rgb(234,187,13); }
div.DivClassName
{
background-color: #EABB0D;
}
.BgClassName
{
background-color: #EABB0D;
}
</style>
border-color css
<style>
span { border-color: #EABB0D; }
span { border-color: rgb(234,187,13); }
td.TdClassName
{
border-color: #EABB0D;
}
.TagClassName
{
border-color: #EABB0D;
}
</style>