Shades of Moon Yellow #EABD0E
Tints of Moon Yellow #EABD0E
RGB
CMYK
RGB Variations
Color information
#EABD0E (or 0xEABD0E) is known color: Moon Yellow. HEX triplet: EA, BD and 0E. RGB value is (234,189,14). Sum of RGB (Red+Green+Blue) = 234+189+14=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD0E is #1542F1. Grayscale: #B7B7B7. Windows color (decimal): -1393394 or 966122. OLE color: 966122.
HSL color Cylindrical-coordinate representation of color #EABD0E: hue angle of 47.73º 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 #EABD0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.08 |
| HSL | 47.73º | 0.89% | 0.49% | - |
| HSV(B) | 47.73º | 0.94% | 0.92% | - |
| XYZ | 52.21 | 53.92 | 8.07 | - |
| YUV | 182.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 14 | 0 | 0.19 | 0.94 | 0.08 | 47.73 | 0.89 | 0.49 |
| Hex | EA | BD | E | 0 | 13 | 5E | 8 | 30 | 59 | 31 |
| Octal | 352 | 275 | 16 | 0 | 23 | 136 | 10 | 60 | 131 | 61 |
| Binary | 11101010 | 10111101 | 1110 | 0 | 10011 | 1011110 | 1000 | 110000 | 1011001 | 110001 |
Color Harmonies of #EABD0E
Complementary color
Monochromatic Colors of #EABD0E
Black with #EABD0E
Text Example
Text Example
White with #EABD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD0E; }
p { color: rgb(234,189,14); }
H1.HeaderClassName
{
color: #EABD0E;
}
.AnyTagClassName
{
color: #EABD0E;
}
</style>
background-color css
<style>
a { background-color: #EABD0E; }
a { background-color: rgb(234,189,14); }
div.DivClassName
{
background-color: #EABD0E;
}
.BgClassName
{
background-color: #EABD0E;
}
</style>
border-color css
<style>
span { border-color: #EABD0E; }
span { border-color: rgb(234,189,14); }
td.TdClassName
{
border-color: #EABD0E;
}
.TagClassName
{
border-color: #EABD0E;
}
</style>