Shades of Moon Yellow #E8BA1D
Tints of Moon Yellow #E8BA1D
RGB
CMYK
RGB Variations
Color information
#E8BA1D (or 0xE8BA1D) is known color: Moon Yellow. HEX triplet: E8, BA and 1D. RGB value is (232,186,29). Sum of RGB (Red+Green+Blue) = 232+186+29=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BA1D is #1745E2. Grayscale: #B6B6B6. Windows color (decimal): -1525219 or 1948392. OLE color: 1948392.
HSL color Cylindrical-coordinate representation of color #E8BA1D: hue angle of 46.4º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8BA1D is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 29 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.09 |
| HSL | 46.4º | 0.82% | 0.51% | - |
| HSV(B) | 46.4º | 0.88% | 0.91% | - |
| XYZ | 51.06 | 52.36 | 8.58 | - |
| YUV | 181.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 29 | 0 | 0.20 | 0.88 | 0.09 | 46.4 | 0.82 | 0.51 |
| Hex | E8 | BA | 1D | 0 | 14 | 58 | 9 | 2E | 52 | 33 |
| Octal | 350 | 272 | 35 | 0 | 24 | 130 | 11 | 56 | 122 | 63 |
| Binary | 11101000 | 10111010 | 11101 | 0 | 10100 | 1011000 | 1001 | 101110 | 1010010 | 110011 |
Color Harmonies of #E8BA1D
Complementary color
Monochromatic Colors of #E8BA1D
Black with #E8BA1D
Text Example
Text Example
White with #E8BA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA1D; }
p { color: rgb(232,186,29); }
H1.HeaderClassName
{
color: #E8BA1D;
}
.AnyTagClassName
{
color: #E8BA1D;
}
</style>
background-color css
<style>
a { background-color: #E8BA1D; }
a { background-color: rgb(232,186,29); }
div.DivClassName
{
background-color: #E8BA1D;
}
.BgClassName
{
background-color: #E8BA1D;
}
</style>
border-color css
<style>
span { border-color: #E8BA1D; }
span { border-color: rgb(232,186,29); }
td.TdClassName
{
border-color: #E8BA1D;
}
.TagClassName
{
border-color: #E8BA1D;
}
</style>