Shades of Moon Yellow #EABB19
Tints of Moon Yellow #EABB19
RGB
CMYK
RGB Variations
Color information
#EABB19 (or 0xEABB19) is known color: Moon Yellow. HEX triplet: EA, BB and 19. RGB value is (234,187,25). Sum of RGB (Red+Green+Blue) = 234+187+25=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB19 is #1544E6. Grayscale: #B7B7B7. Windows color (decimal): -1393895 or 1686506. OLE color: 1686506.
HSL color Cylindrical-coordinate representation of color #EABB19: hue angle of 46.51º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EABB19 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.08 |
| HSL | 46.51º | 0.83% | 0.51% | - |
| HSV(B) | 46.51º | 0.89% | 0.92% | - |
| XYZ | 51.88 | 53.1 | 8.44 | - |
| YUV | 182.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 25 | 0 | 0.20 | 0.89 | 0.08 | 46.51 | 0.83 | 0.51 |
| Hex | EA | BB | 19 | 0 | 14 | 59 | 8 | 2F | 53 | 33 |
| Octal | 352 | 273 | 31 | 0 | 24 | 131 | 10 | 57 | 123 | 63 |
| Binary | 11101010 | 10111011 | 11001 | 0 | 10100 | 1011001 | 1000 | 101111 | 1010011 | 110011 |
Color Harmonies of #EABB19
Complementary color
Monochromatic Colors of #EABB19
Black with #EABB19
Text Example
Text Example
White with #EABB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB19; }
p { color: rgb(234,187,25); }
H1.HeaderClassName
{
color: #EABB19;
}
.AnyTagClassName
{
color: #EABB19;
}
</style>
background-color css
<style>
a { background-color: #EABB19; }
a { background-color: rgb(234,187,25); }
div.DivClassName
{
background-color: #EABB19;
}
.BgClassName
{
background-color: #EABB19;
}
</style>
border-color css
<style>
span { border-color: #EABB19; }
span { border-color: rgb(234,187,25); }
td.TdClassName
{
border-color: #EABB19;
}
.TagClassName
{
border-color: #EABB19;
}
</style>