Shades of Moon Yellow #EABA18
Tints of Moon Yellow #EABA18
RGB
CMYK
RGB Variations
Color information
#EABA18 (or 0xEABA18) is known color: Moon Yellow. HEX triplet: EA, BA and 18. RGB value is (234,186,24). Sum of RGB (Red+Green+Blue) = 234+186+24=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA18 is #1545E7. Grayscale: #B6B6B6. Windows color (decimal): -1394152 or 1620714. OLE color: 1620714.
HSL color Cylindrical-coordinate representation of color #EABA18: hue angle of 46.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EABA18 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 24 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.08 |
| HSL | 46.29º | 0.83% | 0.51% | - |
| HSV(B) | 46.29º | 0.9% | 0.92% | - |
| XYZ | 51.66 | 52.68 | 8.31 | - |
| YUV | 181.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 24 | 0 | 0.21 | 0.90 | 0.08 | 46.29 | 0.83 | 0.51 |
| Hex | EA | BA | 18 | 0 | 15 | 5A | 8 | 2E | 53 | 33 |
| Octal | 352 | 272 | 30 | 0 | 25 | 132 | 10 | 56 | 123 | 63 |
| Binary | 11101010 | 10111010 | 11000 | 0 | 10101 | 1011010 | 1000 | 101110 | 1010011 | 110011 |
Color Harmonies of #EABA18
Complementary color
Monochromatic Colors of #EABA18
Black with #EABA18
Text Example
Text Example
White with #EABA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA18; }
p { color: rgb(234,186,24); }
H1.HeaderClassName
{
color: #EABA18;
}
.AnyTagClassName
{
color: #EABA18;
}
</style>
background-color css
<style>
a { background-color: #EABA18; }
a { background-color: rgb(234,186,24); }
div.DivClassName
{
background-color: #EABA18;
}
.BgClassName
{
background-color: #EABA18;
}
</style>
border-color css
<style>
span { border-color: #EABA18; }
span { border-color: rgb(234,186,24); }
td.TdClassName
{
border-color: #EABA18;
}
.TagClassName
{
border-color: #EABA18;
}
</style>