Shades of Golden Fizz #E7DF1E
Tints of Golden Fizz #E7DF1E
RGB
CMYK
RGB Variations
Color information
#E7DF1E (or 0xE7DF1E) is known color: Golden Fizz. HEX triplet: E7, DF and 1E. RGB value is (231,223,30). Sum of RGB (Red+Green+Blue) = 231+223+30=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DF1E is #1820E1. Grayscale: #CCCCCC. Windows color (decimal): -1581282 or 2023399. OLE color: 2023399.
HSL color Cylindrical-coordinate representation of color #E7DF1E: hue angle of 57.61º 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 #E7DF1E is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 30 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.09 |
| HSL | 57.61º | 0.81% | 0.51% | - |
| HSV(B) | 57.61º | 0.87% | 0.91% | - |
| XYZ | 59.58 | 69.86 | 11.57 | - |
| YUV | 203.39 | 30.15 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 30 | 0 | 0.03 | 0.87 | 0.09 | 57.61 | 0.81 | 0.51 |
| Hex | E7 | DF | 1E | 0 | 3 | 57 | 9 | 3A | 51 | 33 |
| Octal | 347 | 337 | 36 | 0 | 3 | 127 | 11 | 72 | 121 | 63 |
| Binary | 11100111 | 11011111 | 11110 | 0 | 11 | 1010111 | 1001 | 111010 | 1010001 | 110011 |
Color Harmonies of #E7DF1E
Complementary color
Monochromatic Colors of #E7DF1E
Black with #E7DF1E
Text Example
Text Example
White with #E7DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF1E; }
p { color: rgb(231,223,30); }
H1.HeaderClassName
{
color: #E7DF1E;
}
.AnyTagClassName
{
color: #E7DF1E;
}
</style>
background-color css
<style>
a { background-color: #E7DF1E; }
a { background-color: rgb(231,223,30); }
div.DivClassName
{
background-color: #E7DF1E;
}
.BgClassName
{
background-color: #E7DF1E;
}
</style>
border-color css
<style>
span { border-color: #E7DF1E; }
span { border-color: rgb(231,223,30); }
td.TdClassName
{
border-color: #E7DF1E;
}
.TagClassName
{
border-color: #E7DF1E;
}
</style>