Shades of Moon Yellow #EABB14
Tints of Moon Yellow #EABB14
RGB
CMYK
RGB Variations
Color information
#EABB14 (or 0xEABB14) is known color: Moon Yellow. HEX triplet: EA, BB and 14. RGB value is (234,187,20). Sum of RGB (Red+Green+Blue) = 234+187+20=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB14 is #1544EB. Grayscale: #B6B6B6. Windows color (decimal): -1393900 or 1358826. OLE color: 1358826.
HSL color Cylindrical-coordinate representation of color #EABB14: hue angle of 46.82º degrees, saturation: 0.84, 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 #EABB14 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 20 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.08 |
| HSL | 46.82º | 0.84% | 0.5% | - |
| HSV(B) | 46.82º | 0.91% | 0.92% | - |
| XYZ | 51.83 | 53.08 | 8.18 | - |
| YUV | 182.02 | 36.57 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 20 | 0 | 0.20 | 0.91 | 0.08 | 46.82 | 0.84 | 0.5 |
| Hex | EA | BB | 14 | 0 | 14 | 5B | 8 | 2F | 54 | 32 |
| Octal | 352 | 273 | 24 | 0 | 24 | 133 | 10 | 57 | 124 | 62 |
| Binary | 11101010 | 10111011 | 10100 | 0 | 10100 | 1011011 | 1000 | 101111 | 1010100 | 110010 |
Color Harmonies of #EABB14
Complementary color
Monochromatic Colors of #EABB14
Black with #EABB14
Text Example
Text Example
White with #EABB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB14; }
p { color: rgb(234,187,20); }
H1.HeaderClassName
{
color: #EABB14;
}
.AnyTagClassName
{
color: #EABB14;
}
</style>
background-color css
<style>
a { background-color: #EABB14; }
a { background-color: rgb(234,187,20); }
div.DivClassName
{
background-color: #EABB14;
}
.BgClassName
{
background-color: #EABB14;
}
</style>
border-color css
<style>
span { border-color: #EABB14; }
span { border-color: rgb(234,187,20); }
td.TdClassName
{
border-color: #EABB14;
}
.TagClassName
{
border-color: #EABB14;
}
</style>