Shades of Moon Yellow #EABF15
Tints of Moon Yellow #EABF15
RGB
CMYK
RGB Variations
Color information
#EABF15 (or 0xEABF15) is known color: Moon Yellow. HEX triplet: EA, BF and 15. RGB value is (234,191,21). Sum of RGB (Red+Green+Blue) = 234+191+21=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF15 is #1540EA. Grayscale: #B9B9B9. Windows color (decimal): -1392875 or 1425386. OLE color: 1425386.
HSL color Cylindrical-coordinate representation of color #EABF15: hue angle of 47.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EABF15 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 21 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.08 |
| HSL | 47.89º | 0.84% | 0.5% | - |
| HSV(B) | 47.89º | 0.91% | 0.92% | - |
| XYZ | 52.7 | 54.81 | 8.51 | - |
| YUV | 184.48 | 35.75 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 21 | 0 | 0.18 | 0.91 | 0.08 | 47.89 | 0.84 | 0.5 |
| Hex | EA | BF | 15 | 0 | 12 | 5B | 8 | 30 | 54 | 32 |
| Octal | 352 | 277 | 25 | 0 | 22 | 133 | 10 | 60 | 124 | 62 |
| Binary | 11101010 | 10111111 | 10101 | 0 | 10010 | 1011011 | 1000 | 110000 | 1010100 | 110010 |
Color Harmonies of #EABF15
Complementary color
Monochromatic Colors of #EABF15
Black with #EABF15
Text Example
Text Example
White with #EABF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF15; }
p { color: rgb(234,191,21); }
H1.HeaderClassName
{
color: #EABF15;
}
.AnyTagClassName
{
color: #EABF15;
}
</style>
background-color css
<style>
a { background-color: #EABF15; }
a { background-color: rgb(234,191,21); }
div.DivClassName
{
background-color: #EABF15;
}
.BgClassName
{
background-color: #EABF15;
}
</style>
border-color css
<style>
span { border-color: #EABF15; }
span { border-color: rgb(234,191,21); }
td.TdClassName
{
border-color: #EABF15;
}
.TagClassName
{
border-color: #EABF15;
}
</style>