Shades of Moon Yellow #EABF21
Tints of Moon Yellow #EABF21
RGB
CMYK
RGB Variations
Color information
#EABF21 (or 0xEABF21) is known color: Moon Yellow. HEX triplet: EA, BF and 21. RGB value is (234,191,33). Sum of RGB (Red+Green+Blue) = 234+191+33=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF21 is #1540DE. Grayscale: #BABABA. Windows color (decimal): -1392863 or 2211818. OLE color: 2211818.
HSL color Cylindrical-coordinate representation of color #EABF21: hue angle of 47.16º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EABF21 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 33 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.16º | 0.83% | 0.52% | - |
| HSV(B) | 47.16º | 0.86% | 0.92% | - |
| XYZ | 52.84 | 54.86 | 9.24 | - |
| YUV | 185.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 33 | 0 | 0.18 | 0.86 | 0.08 | 47.16 | 0.83 | 0.52 |
| Hex | EA | BF | 21 | 0 | 12 | 56 | 8 | 2F | 53 | 34 |
| Octal | 352 | 277 | 41 | 0 | 22 | 126 | 10 | 57 | 123 | 64 |
| Binary | 11101010 | 10111111 | 100001 | 0 | 10010 | 1010110 | 1000 | 101111 | 1010011 | 110100 |
Color Harmonies of #EABF21
Complementary color
Monochromatic Colors of #EABF21
Black with #EABF21
Text Example
Text Example
White with #EABF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF21; }
p { color: rgb(234,191,33); }
H1.HeaderClassName
{
color: #EABF21;
}
.AnyTagClassName
{
color: #EABF21;
}
</style>
background-color css
<style>
a { background-color: #EABF21; }
a { background-color: rgb(234,191,33); }
div.DivClassName
{
background-color: #EABF21;
}
.BgClassName
{
background-color: #EABF21;
}
</style>
border-color css
<style>
span { border-color: #EABF21; }
span { border-color: rgb(234,191,33); }
td.TdClassName
{
border-color: #EABF21;
}
.TagClassName
{
border-color: #EABF21;
}
</style>