Shades of Moon Yellow #EABD0F
Tints of Moon Yellow #EABD0F
RGB
CMYK
RGB Variations
Color information
#EABD0F (or 0xEABD0F) is known color: Moon Yellow. HEX triplet: EA, BD and 0F. RGB value is (234,189,15). Sum of RGB (Red+Green+Blue) = 234+189+15=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD0F is #1542F0. Grayscale: #B7B7B7. Windows color (decimal): -1393393 or 1031658. OLE color: 1031658.
HSL color Cylindrical-coordinate representation of color #EABD0F: hue angle of 47.67º degrees, saturation: 0.88, 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 #EABD0F is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 15 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.08 |
| HSL | 47.67º | 0.88% | 0.49% | - |
| HSV(B) | 47.67º | 0.94% | 0.92% | - |
| XYZ | 52.22 | 53.92 | 8.11 | - |
| YUV | 182.62 | 33.41 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 15 | 0 | 0.19 | 0.94 | 0.08 | 47.67 | 0.88 | 0.49 |
| Hex | EA | BD | F | 0 | 13 | 5E | 8 | 30 | 58 | 31 |
| Octal | 352 | 275 | 17 | 0 | 23 | 136 | 10 | 60 | 130 | 61 |
| Binary | 11101010 | 10111101 | 1111 | 0 | 10011 | 1011110 | 1000 | 110000 | 1011000 | 110001 |
Color Harmonies of #EABD0F
Complementary color
Monochromatic Colors of #EABD0F
Black with #EABD0F
Text Example
Text Example
White with #EABD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD0F; }
p { color: rgb(234,189,15); }
H1.HeaderClassName
{
color: #EABD0F;
}
.AnyTagClassName
{
color: #EABD0F;
}
</style>
background-color css
<style>
a { background-color: #EABD0F; }
a { background-color: rgb(234,189,15); }
div.DivClassName
{
background-color: #EABD0F;
}
.BgClassName
{
background-color: #EABD0F;
}
</style>
border-color css
<style>
span { border-color: #EABD0F; }
span { border-color: rgb(234,189,15); }
td.TdClassName
{
border-color: #EABD0F;
}
.TagClassName
{
border-color: #EABD0F;
}
</style>