Shades of Golden Fizz #E7DB1F
Tints of Golden Fizz #E7DB1F
RGB
CMYK
RGB Variations
Color information
#E7DB1F (or 0xE7DB1F) is known color: Golden Fizz. HEX triplet: E7, DB and 1F. RGB value is (231,219,31). Sum of RGB (Red+Green+Blue) = 231+219+31=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB1F is #1824E0. Grayscale: #C9C9C9. Windows color (decimal): -1582305 or 2087911. OLE color: 2087911.
HSL color Cylindrical-coordinate representation of color #E7DB1F: hue angle of 56.4º 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 #E7DB1F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.09 |
| HSL | 56.4º | 0.81% | 0.51% | - |
| HSV(B) | 56.4º | 0.87% | 0.91% | - |
| XYZ | 58.53 | 67.75 | 11.29 | - |
| YUV | 201.16 | 31.98 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 31 | 0 | 0.05 | 0.87 | 0.09 | 56.4 | 0.81 | 0.51 |
| Hex | E7 | DB | 1F | 0 | 5 | 57 | 9 | 38 | 51 | 33 |
| Octal | 347 | 333 | 37 | 0 | 5 | 127 | 11 | 70 | 121 | 63 |
| Binary | 11100111 | 11011011 | 11111 | 0 | 101 | 1010111 | 1001 | 111000 | 1010001 | 110011 |
Color Harmonies of #E7DB1F
Complementary color
Monochromatic Colors of #E7DB1F
Black with #E7DB1F
Text Example
Text Example
White with #E7DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB1F; }
p { color: rgb(231,219,31); }
H1.HeaderClassName
{
color: #E7DB1F;
}
.AnyTagClassName
{
color: #E7DB1F;
}
</style>
background-color css
<style>
a { background-color: #E7DB1F; }
a { background-color: rgb(231,219,31); }
div.DivClassName
{
background-color: #E7DB1F;
}
.BgClassName
{
background-color: #E7DB1F;
}
</style>
border-color css
<style>
span { border-color: #E7DB1F; }
span { border-color: rgb(231,219,31); }
td.TdClassName
{
border-color: #E7DB1F;
}
.TagClassName
{
border-color: #E7DB1F;
}
</style>