Shades of Golden Fizz #E7E71D
Tints of Golden Fizz #E7E71D
RGB
CMYK
RGB Variations
Color information
#E7E71D (or 0xE7E71D) is known color: Golden Fizz. HEX triplet: E7, E7 and 1D. RGB value is (231,231,29). Sum of RGB (Red+Green+Blue) = 231+231+29=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7E71D is #1818E2. Grayscale: #D0D0D0. Windows color (decimal): -1579235 or 1959911. OLE color: 1959911.
HSL color Cylindrical-coordinate representation of color #E7E71D: hue angle of 60º 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 #E7E71D is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 29 | - |
| CMYK | 0 | 0 | 0.87 | 0.09 |
| HSL | 60º | 0.81% | 0.51% | - |
| HSV(B) | 60º | 0.87% | 0.91% | - |
| XYZ | 61.75 | 74.23 | 12.24 | - |
| YUV | 207.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 29 | 0 | 0 | 0.87 | 0.09 | 60 | 0.81 | 0.51 |
| Hex | E7 | E7 | 1D | 0 | 0 | 57 | 9 | 3C | 51 | 33 |
| Octal | 347 | 347 | 35 | 0 | 0 | 127 | 11 | 74 | 121 | 63 |
| Binary | 11100111 | 11100111 | 11101 | 0 | 0 | 1010111 | 1001 | 111100 | 1010001 | 110011 |
Color Harmonies of #E7E71D
Complementary color
Monochromatic Colors of #E7E71D
Black with #E7E71D
Text Example
Text Example
White with #E7E71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E71D; }
p { color: rgb(231,231,29); }
H1.HeaderClassName
{
color: #E7E71D;
}
.AnyTagClassName
{
color: #E7E71D;
}
</style>
background-color css
<style>
a { background-color: #E7E71D; }
a { background-color: rgb(231,231,29); }
div.DivClassName
{
background-color: #E7E71D;
}
.BgClassName
{
background-color: #E7E71D;
}
</style>
border-color css
<style>
span { border-color: #E7E71D; }
span { border-color: rgb(231,231,29); }
td.TdClassName
{
border-color: #E7E71D;
}
.TagClassName
{
border-color: #E7E71D;
}
</style>