Shades of Moon Yellow #EAB811
Tints of Moon Yellow #EAB811
RGB
CMYK
RGB Variations
Color information
#EAB811 (or 0xEAB811) is known color: Moon Yellow. HEX triplet: EA, B8 and 11. RGB value is (234,184,17). Sum of RGB (Red+Green+Blue) = 234+184+17=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB811 is #1547EE. Grayscale: #B4B4B4. Windows color (decimal): -1394671 or 1161450. OLE color: 1161450.
HSL color Cylindrical-coordinate representation of color #EAB811: hue angle of 46.18º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAB811 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.08 |
| HSL | 46.18º | 0.86% | 0.49% | - |
| HSV(B) | 46.18º | 0.93% | 0.92% | - |
| XYZ | 51.17 | 51.81 | 7.83 | - |
| YUV | 179.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 17 | 0 | 0.21 | 0.93 | 0.08 | 46.18 | 0.86 | 0.49 |
| Hex | EA | B8 | 11 | 0 | 15 | 5D | 8 | 2E | 56 | 31 |
| Octal | 352 | 270 | 21 | 0 | 25 | 135 | 10 | 56 | 126 | 61 |
| Binary | 11101010 | 10111000 | 10001 | 0 | 10101 | 1011101 | 1000 | 101110 | 1010110 | 110001 |
Color Harmonies of #EAB811
Complementary color
Monochromatic Colors of #EAB811
Black with #EAB811
Text Example
Text Example
White with #EAB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB811; }
p { color: rgb(234,184,17); }
H1.HeaderClassName
{
color: #EAB811;
}
.AnyTagClassName
{
color: #EAB811;
}
</style>
background-color css
<style>
a { background-color: #EAB811; }
a { background-color: rgb(234,184,17); }
div.DivClassName
{
background-color: #EAB811;
}
.BgClassName
{
background-color: #EAB811;
}
</style>
border-color css
<style>
span { border-color: #EAB811; }
span { border-color: rgb(234,184,17); }
td.TdClassName
{
border-color: #EAB811;
}
.TagClassName
{
border-color: #EAB811;
}
</style>