Shades of Moon Yellow #EABD0D
Tints of Moon Yellow #EABD0D
RGB
CMYK
RGB Variations
Color information
#EABD0D (or 0xEABD0D) is known color: Moon Yellow. HEX triplet: EA, BD and 0D. RGB value is (234,189,13). Sum of RGB (Red+Green+Blue) = 234+189+13=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD0D is #1542F2. Grayscale: #B7B7B7. Windows color (decimal): -1393395 or 900586. OLE color: 900586.
HSL color Cylindrical-coordinate representation of color #EABD0D: hue angle of 47.78º 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 #EABD0D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.08 |
| HSL | 47.78º | 0.89% | 0.48% | - |
| HSV(B) | 47.78º | 0.94% | 0.92% | - |
| XYZ | 52.2 | 53.92 | 8.04 | - |
| YUV | 182.39 | 32.41 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 13 | 0 | 0.19 | 0.94 | 0.08 | 47.78 | 0.89 | 0.48 |
| Hex | EA | BD | D | 0 | 13 | 5E | 8 | 30 | 59 | 30 |
| Octal | 352 | 275 | 15 | 0 | 23 | 136 | 10 | 60 | 131 | 60 |
| Binary | 11101010 | 10111101 | 1101 | 0 | 10011 | 1011110 | 1000 | 110000 | 1011001 | 110000 |
Color Harmonies of #EABD0D
Complementary color
Monochromatic Colors of #EABD0D
Black with #EABD0D
Text Example
Text Example
White with #EABD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD0D; }
p { color: rgb(234,189,13); }
H1.HeaderClassName
{
color: #EABD0D;
}
.AnyTagClassName
{
color: #EABD0D;
}
</style>
background-color css
<style>
a { background-color: #EABD0D; }
a { background-color: rgb(234,189,13); }
div.DivClassName
{
background-color: #EABD0D;
}
.BgClassName
{
background-color: #EABD0D;
}
</style>
border-color css
<style>
span { border-color: #EABD0D; }
span { border-color: rgb(234,189,13); }
td.TdClassName
{
border-color: #EABD0D;
}
.TagClassName
{
border-color: #EABD0D;
}
</style>