Shades of Moon Yellow #EABE22
Tints of Moon Yellow #EABE22
RGB
CMYK
RGB Variations
Color information
#EABE22 (or 0xEABE22) is known color: Moon Yellow. HEX triplet: EA, BE and 22. RGB value is (234,190,34). Sum of RGB (Red+Green+Blue) = 234+190+34=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE22 is #1541DD. Grayscale: #BABABA. Windows color (decimal): -1393118 or 2277098. OLE color: 2277098.
HSL color Cylindrical-coordinate representation of color #EABE22: hue angle of 46.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EABE22 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.08 |
| HSL | 46.8º | 0.83% | 0.53% | - |
| HSV(B) | 46.8º | 0.85% | 0.92% | - |
| XYZ | 52.63 | 54.43 | 9.25 | - |
| YUV | 185.37 | 42.58 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 34 | 0 | 0.19 | 0.85 | 0.08 | 46.8 | 0.83 | 0.53 |
| Hex | EA | BE | 22 | 0 | 13 | 55 | 8 | 2F | 53 | 35 |
| Octal | 352 | 276 | 42 | 0 | 23 | 125 | 10 | 57 | 123 | 65 |
| Binary | 11101010 | 10111110 | 100010 | 0 | 10011 | 1010101 | 1000 | 101111 | 1010011 | 110101 |
Color Harmonies of #EABE22
Complementary color
Monochromatic Colors of #EABE22
Black with #EABE22
Text Example
Text Example
White with #EABE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE22; }
p { color: rgb(234,190,34); }
H1.HeaderClassName
{
color: #EABE22;
}
.AnyTagClassName
{
color: #EABE22;
}
</style>
background-color css
<style>
a { background-color: #EABE22; }
a { background-color: rgb(234,190,34); }
div.DivClassName
{
background-color: #EABE22;
}
.BgClassName
{
background-color: #EABE22;
}
</style>
border-color css
<style>
span { border-color: #EABE22; }
span { border-color: rgb(234,190,34); }
td.TdClassName
{
border-color: #EABE22;
}
.TagClassName
{
border-color: #EABE22;
}
</style>