Shades of Moon Yellow #EABB0E
Tints of Moon Yellow #EABB0E
RGB
CMYK
RGB Variations
Color information
#EABB0E (or 0xEABB0E) is known color: Moon Yellow. HEX triplet: EA, BB and 0E. RGB value is (234,187,14). Sum of RGB (Red+Green+Blue) = 234+187+14=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0E is #1544F1. Grayscale: #B6B6B6. Windows color (decimal): -1393906 or 965610. OLE color: 965610.
HSL color Cylindrical-coordinate representation of color #EABB0E: hue angle of 47.18º degrees, saturation: 0.89, 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 #EABB0E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.08 |
| HSL | 47.18º | 0.89% | 0.49% | - |
| HSV(B) | 47.18º | 0.94% | 0.92% | - |
| XYZ | 51.78 | 53.06 | 7.93 | - |
| YUV | 181.33 | 33.57 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 14 | 0 | 0.20 | 0.94 | 0.08 | 47.18 | 0.89 | 0.49 |
| Hex | EA | BB | E | 0 | 14 | 5E | 8 | 2F | 59 | 31 |
| Octal | 352 | 273 | 16 | 0 | 24 | 136 | 10 | 57 | 131 | 61 |
| Binary | 11101010 | 10111011 | 1110 | 0 | 10100 | 1011110 | 1000 | 101111 | 1011001 | 110001 |
Color Harmonies of #EABB0E
Complementary color
Monochromatic Colors of #EABB0E
Black with #EABB0E
Text Example
Text Example
White with #EABB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB0E; }
p { color: rgb(234,187,14); }
H1.HeaderClassName
{
color: #EABB0E;
}
.AnyTagClassName
{
color: #EABB0E;
}
</style>
background-color css
<style>
a { background-color: #EABB0E; }
a { background-color: rgb(234,187,14); }
div.DivClassName
{
background-color: #EABB0E;
}
.BgClassName
{
background-color: #EABB0E;
}
</style>
border-color css
<style>
span { border-color: #EABB0E; }
span { border-color: rgb(234,187,14); }
td.TdClassName
{
border-color: #EABB0E;
}
.TagClassName
{
border-color: #EABB0E;
}
</style>