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