Shades of Moon Yellow #EABF19
Tints of Moon Yellow #EABF19
RGB
CMYK
RGB Variations
Color information
#EABF19 (or 0xEABF19) is known color: Moon Yellow. HEX triplet: EA, BF and 19. RGB value is (234,191,25). Sum of RGB (Red+Green+Blue) = 234+191+25=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF19 is #1540E6. Grayscale: #B9B9B9. Windows color (decimal): -1392871 or 1687530. OLE color: 1687530.
HSL color Cylindrical-coordinate representation of color #EABF19: hue angle of 47.66º 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 #EABF19 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 25 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.08 |
| HSL | 47.66º | 0.83% | 0.51% | - |
| HSV(B) | 47.66º | 0.89% | 0.92% | - |
| XYZ | 52.74 | 54.82 | 8.72 | - |
| YUV | 184.93 | 37.75 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 25 | 0 | 0.18 | 0.89 | 0.08 | 47.66 | 0.83 | 0.51 |
| Hex | EA | BF | 19 | 0 | 12 | 59 | 8 | 30 | 53 | 33 |
| Octal | 352 | 277 | 31 | 0 | 22 | 131 | 10 | 60 | 123 | 63 |
| Binary | 11101010 | 10111111 | 11001 | 0 | 10010 | 1011001 | 1000 | 110000 | 1010011 | 110011 |
Color Harmonies of #EABF19
Complementary color
Monochromatic Colors of #EABF19
Black with #EABF19
Text Example
Text Example
White with #EABF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF19; }
p { color: rgb(234,191,25); }
H1.HeaderClassName
{
color: #EABF19;
}
.AnyTagClassName
{
color: #EABF19;
}
</style>
background-color css
<style>
a { background-color: #EABF19; }
a { background-color: rgb(234,191,25); }
div.DivClassName
{
background-color: #EABF19;
}
.BgClassName
{
background-color: #EABF19;
}
</style>
border-color css
<style>
span { border-color: #EABF19; }
span { border-color: rgb(234,191,25); }
td.TdClassName
{
border-color: #EABF19;
}
.TagClassName
{
border-color: #EABF19;
}
</style>