Shades of Moon Yellow #EABF20
Tints of Moon Yellow #EABF20
RGB
CMYK
RGB Variations
Color information
#EABF20 (or 0xEABF20) is known color: Moon Yellow. HEX triplet: EA, BF and 20. RGB value is (234,191,32). Sum of RGB (Red+Green+Blue) = 234+191+32=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF20 is #1540DF. Grayscale: #BABABA. Windows color (decimal): -1392864 or 2146282. OLE color: 2146282.
HSL color Cylindrical-coordinate representation of color #EABF20: hue angle of 47.23º 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 #EABF20 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 32 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.08 |
| HSL | 47.23º | 0.83% | 0.52% | - |
| HSV(B) | 47.23º | 0.86% | 0.92% | - |
| XYZ | 52.82 | 54.86 | 9.17 | - |
| YUV | 185.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 32 | 0 | 0.18 | 0.86 | 0.08 | 47.23 | 0.83 | 0.52 |
| Hex | EA | BF | 20 | 0 | 12 | 56 | 8 | 2F | 53 | 34 |
| Octal | 352 | 277 | 40 | 0 | 22 | 126 | 10 | 57 | 123 | 64 |
| Binary | 11101010 | 10111111 | 100000 | 0 | 10010 | 1010110 | 1000 | 101111 | 1010011 | 110100 |
Color Harmonies of #EABF20
Complementary color
Monochromatic Colors of #EABF20
Black with #EABF20
Text Example
Text Example
White with #EABF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF20; }
p { color: rgb(234,191,32); }
H1.HeaderClassName
{
color: #EABF20;
}
.AnyTagClassName
{
color: #EABF20;
}
</style>
background-color css
<style>
a { background-color: #EABF20; }
a { background-color: rgb(234,191,32); }
div.DivClassName
{
background-color: #EABF20;
}
.BgClassName
{
background-color: #EABF20;
}
</style>
border-color css
<style>
span { border-color: #EABF20; }
span { border-color: rgb(234,191,32); }
td.TdClassName
{
border-color: #EABF20;
}
.TagClassName
{
border-color: #EABF20;
}
</style>