Shades of Moon Yellow #EAB81B
Tints of Moon Yellow #EAB81B
RGB
CMYK
RGB Variations
Color information
#EAB81B (or 0xEAB81B) is known color: Moon Yellow. HEX triplet: EA, B8 and 1B. RGB value is (234,184,27). Sum of RGB (Red+Green+Blue) = 234+184+27=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB81B is #1547E4. Grayscale: #B5B5B5. Windows color (decimal): -1394661 or 1816810. OLE color: 1816810.
HSL color Cylindrical-coordinate representation of color #EAB81B: hue angle of 45.51º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAB81B is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 27 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.08 |
| HSL | 45.51º | 0.83% | 0.51% | - |
| HSV(B) | 45.51º | 0.88% | 0.92% | - |
| XYZ | 51.27 | 51.85 | 8.34 | - |
| YUV | 181.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 27 | 0 | 0.21 | 0.88 | 0.08 | 45.51 | 0.83 | 0.51 |
| Hex | EA | B8 | 1B | 0 | 15 | 58 | 8 | 2E | 53 | 33 |
| Octal | 352 | 270 | 33 | 0 | 25 | 130 | 10 | 56 | 123 | 63 |
| Binary | 11101010 | 10111000 | 11011 | 0 | 10101 | 1011000 | 1000 | 101110 | 1010011 | 110011 |
Color Harmonies of #EAB81B
Complementary color
Monochromatic Colors of #EAB81B
Black with #EAB81B
Text Example
Text Example
White with #EAB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB81B; }
p { color: rgb(234,184,27); }
H1.HeaderClassName
{
color: #EAB81B;
}
.AnyTagClassName
{
color: #EAB81B;
}
</style>
background-color css
<style>
a { background-color: #EAB81B; }
a { background-color: rgb(234,184,27); }
div.DivClassName
{
background-color: #EAB81B;
}
.BgClassName
{
background-color: #EAB81B;
}
</style>
border-color css
<style>
span { border-color: #EAB81B; }
span { border-color: rgb(234,184,27); }
td.TdClassName
{
border-color: #EAB81B;
}
.TagClassName
{
border-color: #EAB81B;
}
</style>