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