Shades of Moon Yellow #EABB20
Tints of Moon Yellow #EABB20
RGB
CMYK
RGB Variations
Color information
#EABB20 (or 0xEABB20) is known color: Moon Yellow. HEX triplet: EA, BB and 20. RGB value is (234,187,32). Sum of RGB (Red+Green+Blue) = 234+187+32=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB20 is #1544DF. Grayscale: #B8B8B8. Windows color (decimal): -1393888 or 2145258. OLE color: 2145258.
HSL color Cylindrical-coordinate representation of color #EABB20: hue angle of 46.04º 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 #EABB20 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 32 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.08 |
| HSL | 46.04º | 0.83% | 0.52% | - |
| HSV(B) | 46.04º | 0.86% | 0.92% | - |
| XYZ | 51.96 | 53.14 | 8.88 | - |
| YUV | 183.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 32 | 0 | 0.20 | 0.86 | 0.08 | 46.04 | 0.83 | 0.52 |
| Hex | EA | BB | 20 | 0 | 14 | 56 | 8 | 2E | 53 | 34 |
| Octal | 352 | 273 | 40 | 0 | 24 | 126 | 10 | 56 | 123 | 64 |
| Binary | 11101010 | 10111011 | 100000 | 0 | 10100 | 1010110 | 1000 | 101110 | 1010011 | 110100 |
Color Harmonies of #EABB20
Complementary color
Monochromatic Colors of #EABB20
Black with #EABB20
Text Example
Text Example
White with #EABB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB20; }
p { color: rgb(234,187,32); }
H1.HeaderClassName
{
color: #EABB20;
}
.AnyTagClassName
{
color: #EABB20;
}
</style>
background-color css
<style>
a { background-color: #EABB20; }
a { background-color: rgb(234,187,32); }
div.DivClassName
{
background-color: #EABB20;
}
.BgClassName
{
background-color: #EABB20;
}
</style>
border-color css
<style>
span { border-color: #EABB20; }
span { border-color: rgb(234,187,32); }
td.TdClassName
{
border-color: #EABB20;
}
.TagClassName
{
border-color: #EABB20;
}
</style>