Shades of Moon Yellow #E7BF1F
Tints of Moon Yellow #E7BF1F
RGB
CMYK
RGB Variations
Color information
#E7BF1F (or 0xE7BF1F) is known color: Moon Yellow. HEX triplet: E7, BF and 1F. RGB value is (231,191,31). Sum of RGB (Red+Green+Blue) = 231+191+31=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF1F is #1840E0. Grayscale: #B9B9B9. Windows color (decimal): -1589473 or 2080743. OLE color: 2080743.
HSL color Cylindrical-coordinate representation of color #E7BF1F: hue angle of 48º 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 #E7BF1F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 31 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.09 |
| HSL | 48º | 0.81% | 0.51% | - |
| HSV(B) | 48º | 0.87% | 0.91% | - |
| XYZ | 51.83 | 54.35 | 9.05 | - |
| YUV | 184.72 | 41.25 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 31 | 0 | 0.17 | 0.87 | 0.09 | 48 | 0.81 | 0.51 |
| Hex | E7 | BF | 1F | 0 | 11 | 57 | 9 | 30 | 51 | 33 |
| Octal | 347 | 277 | 37 | 0 | 21 | 127 | 11 | 60 | 121 | 63 |
| Binary | 11100111 | 10111111 | 11111 | 0 | 10001 | 1010111 | 1001 | 110000 | 1010001 | 110011 |
Color Harmonies of #E7BF1F
Complementary color
Monochromatic Colors of #E7BF1F
Black with #E7BF1F
Text Example
Text Example
White with #E7BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF1F; }
p { color: rgb(231,191,31); }
H1.HeaderClassName
{
color: #E7BF1F;
}
.AnyTagClassName
{
color: #E7BF1F;
}
</style>
background-color css
<style>
a { background-color: #E7BF1F; }
a { background-color: rgb(231,191,31); }
div.DivClassName
{
background-color: #E7BF1F;
}
.BgClassName
{
background-color: #E7BF1F;
}
</style>
border-color css
<style>
span { border-color: #E7BF1F; }
span { border-color: rgb(231,191,31); }
td.TdClassName
{
border-color: #E7BF1F;
}
.TagClassName
{
border-color: #E7BF1F;
}
</style>