Shades of Moon Yellow #E7BC1F
Tints of Moon Yellow #E7BC1F
RGB
CMYK
RGB Variations
Color information
#E7BC1F (or 0xE7BC1F) is known color: Moon Yellow. HEX triplet: E7, BC and 1F. RGB value is (231,188,31). Sum of RGB (Red+Green+Blue) = 231+188+31=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BC1F is #1843E0. Grayscale: #B7B7B7. Windows color (decimal): -1590241 or 2079975. OLE color: 2079975.
HSL color Cylindrical-coordinate representation of color #E7BC1F: hue angle of 47.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7BC1F is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 31 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.09 |
| HSL | 47.1º | 0.81% | 0.51% | - |
| HSV(B) | 47.1º | 0.87% | 0.91% | - |
| XYZ | 51.19 | 53.05 | 8.84 | - |
| YUV | 182.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 31 | 0 | 0.19 | 0.87 | 0.09 | 47.1 | 0.81 | 0.51 |
| Hex | E7 | BC | 1F | 0 | 13 | 57 | 9 | 2F | 51 | 33 |
| Octal | 347 | 274 | 37 | 0 | 23 | 127 | 11 | 57 | 121 | 63 |
| Binary | 11100111 | 10111100 | 11111 | 0 | 10011 | 1010111 | 1001 | 101111 | 1010001 | 110011 |
Color Harmonies of #E7BC1F
Complementary color
Monochromatic Colors of #E7BC1F
Black with #E7BC1F
Text Example
Text Example
White with #E7BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC1F; }
p { color: rgb(231,188,31); }
H1.HeaderClassName
{
color: #E7BC1F;
}
.AnyTagClassName
{
color: #E7BC1F;
}
</style>
background-color css
<style>
a { background-color: #E7BC1F; }
a { background-color: rgb(231,188,31); }
div.DivClassName
{
background-color: #E7BC1F;
}
.BgClassName
{
background-color: #E7BC1F;
}
</style>
border-color css
<style>
span { border-color: #E7BC1F; }
span { border-color: rgb(231,188,31); }
td.TdClassName
{
border-color: #E7BC1F;
}
.TagClassName
{
border-color: #E7BC1F;
}
</style>