Shades of Moon Yellow #EABC0F
Tints of Moon Yellow #EABC0F
RGB
CMYK
RGB Variations
Color information
#EABC0F (or 0xEABC0F) is known color: Moon Yellow. HEX triplet: EA, BC and 0F. RGB value is (234,188,15). Sum of RGB (Red+Green+Blue) = 234+188+15=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC0F is #1543F0. Grayscale: #B6B6B6. Windows color (decimal): -1393649 or 1031402. OLE color: 1031402.
HSL color Cylindrical-coordinate representation of color #EABC0F: hue angle of 47.4º 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 #EABC0F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.08 |
| HSL | 47.4º | 0.88% | 0.49% | - |
| HSV(B) | 47.4º | 0.94% | 0.92% | - |
| XYZ | 52 | 53.49 | 8.04 | - |
| YUV | 182.03 | 33.74 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 15 | 0 | 0.20 | 0.94 | 0.08 | 47.4 | 0.88 | 0.49 |
| Hex | EA | BC | F | 0 | 14 | 5E | 8 | 2F | 58 | 31 |
| Octal | 352 | 274 | 17 | 0 | 24 | 136 | 10 | 57 | 130 | 61 |
| Binary | 11101010 | 10111100 | 1111 | 0 | 10100 | 1011110 | 1000 | 101111 | 1011000 | 110001 |
Color Harmonies of #EABC0F
Complementary color
Monochromatic Colors of #EABC0F
Black with #EABC0F
Text Example
Text Example
White with #EABC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC0F; }
p { color: rgb(234,188,15); }
H1.HeaderClassName
{
color: #EABC0F;
}
.AnyTagClassName
{
color: #EABC0F;
}
</style>
background-color css
<style>
a { background-color: #EABC0F; }
a { background-color: rgb(234,188,15); }
div.DivClassName
{
background-color: #EABC0F;
}
.BgClassName
{
background-color: #EABC0F;
}
</style>
border-color css
<style>
span { border-color: #EABC0F; }
span { border-color: rgb(234,188,15); }
td.TdClassName
{
border-color: #EABC0F;
}
.TagClassName
{
border-color: #EABC0F;
}
</style>