Shades of Moon Yellow #EABB18
Tints of Moon Yellow #EABB18
RGB
CMYK
RGB Variations
Color information
#EABB18 (or 0xEABB18) is known color: Moon Yellow. HEX triplet: EA, BB and 18. RGB value is (234,187,24). Sum of RGB (Red+Green+Blue) = 234+187+24=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB18 is #1544E7. Grayscale: #B7B7B7. Windows color (decimal): -1393896 or 1620970. OLE color: 1620970.
HSL color Cylindrical-coordinate representation of color #EABB18: hue angle of 46.57º 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 #EABB18 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 24 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.08 |
| HSL | 46.57º | 0.83% | 0.51% | - |
| HSV(B) | 46.57º | 0.9% | 0.92% | - |
| XYZ | 51.87 | 53.1 | 8.38 | - |
| YUV | 182.47 | 38.57 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 24 | 0 | 0.20 | 0.90 | 0.08 | 46.57 | 0.83 | 0.51 |
| Hex | EA | BB | 18 | 0 | 14 | 5A | 8 | 2F | 53 | 33 |
| Octal | 352 | 273 | 30 | 0 | 24 | 132 | 10 | 57 | 123 | 63 |
| Binary | 11101010 | 10111011 | 11000 | 0 | 10100 | 1011010 | 1000 | 101111 | 1010011 | 110011 |
Color Harmonies of #EABB18
Complementary color
Monochromatic Colors of #EABB18
Black with #EABB18
Text Example
Text Example
White with #EABB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB18; }
p { color: rgb(234,187,24); }
H1.HeaderClassName
{
color: #EABB18;
}
.AnyTagClassName
{
color: #EABB18;
}
</style>
background-color css
<style>
a { background-color: #EABB18; }
a { background-color: rgb(234,187,24); }
div.DivClassName
{
background-color: #EABB18;
}
.BgClassName
{
background-color: #EABB18;
}
</style>
border-color css
<style>
span { border-color: #EABB18; }
span { border-color: rgb(234,187,24); }
td.TdClassName
{
border-color: #EABB18;
}
.TagClassName
{
border-color: #EABB18;
}
</style>