Shades of Moon Yellow #E8BD1C
Tints of Moon Yellow #E8BD1C
RGB
CMYK
RGB Variations
Color information
#E8BD1C (or 0xE8BD1C) is known color: Moon Yellow. HEX triplet: E8, BD and 1C. RGB value is (232,189,28). Sum of RGB (Red+Green+Blue) = 232+189+28=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BD1C is #1742E3. Grayscale: #B8B8B8. Windows color (decimal): -1524452 or 1883624. OLE color: 1883624.
HSL color Cylindrical-coordinate representation of color #E8BD1C: hue angle of 47.35º 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 #E8BD1C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 28 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.09 |
| HSL | 47.35º | 0.82% | 0.51% | - |
| HSV(B) | 47.35º | 0.88% | 0.91% | - |
| XYZ | 51.69 | 53.63 | 8.73 | - |
| YUV | 183.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 28 | 0 | 0.19 | 0.88 | 0.09 | 47.35 | 0.82 | 0.51 |
| Hex | E8 | BD | 1C | 0 | 13 | 58 | 9 | 2F | 52 | 33 |
| Octal | 350 | 275 | 34 | 0 | 23 | 130 | 11 | 57 | 122 | 63 |
| Binary | 11101000 | 10111101 | 11100 | 0 | 10011 | 1011000 | 1001 | 101111 | 1010010 | 110011 |
Color Harmonies of #E8BD1C
Complementary color
Monochromatic Colors of #E8BD1C
Black with #E8BD1C
Text Example
Text Example
White with #E8BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD1C; }
p { color: rgb(232,189,28); }
H1.HeaderClassName
{
color: #E8BD1C;
}
.AnyTagClassName
{
color: #E8BD1C;
}
</style>
background-color css
<style>
a { background-color: #E8BD1C; }
a { background-color: rgb(232,189,28); }
div.DivClassName
{
background-color: #E8BD1C;
}
.BgClassName
{
background-color: #E8BD1C;
}
</style>
border-color css
<style>
span { border-color: #E8BD1C; }
span { border-color: rgb(232,189,28); }
td.TdClassName
{
border-color: #E8BD1C;
}
.TagClassName
{
border-color: #E8BD1C;
}
</style>