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