Shades of Golden Fizz #E7D628
Tints of Golden Fizz #E7D628
RGB
CMYK
RGB Variations
Color information
#E7D628 (or 0xE7D628) is known color: Golden Fizz. HEX triplet: E7, D6 and 28. RGB value is (231,214,40). Sum of RGB (Red+Green+Blue) = 231+214+40=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D628 is #1829D7. Grayscale: #C7C7C7. Windows color (decimal): -1583576 or 2676455. OLE color: 2676455.
HSL color Cylindrical-coordinate representation of color #E7D628: hue angle of 54.66º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7D628 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 40 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.09 |
| HSL | 54.66º | 0.8% | 0.53% | - |
| HSV(B) | 54.66º | 0.83% | 0.91% | - |
| XYZ | 57.38 | 65.24 | 11.57 | - |
| YUV | 199.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 40 | 0 | 0.07 | 0.83 | 0.09 | 54.66 | 0.8 | 0.53 |
| Hex | E7 | D6 | 28 | 0 | 7 | 53 | 9 | 37 | 50 | 35 |
| Octal | 347 | 326 | 50 | 0 | 7 | 123 | 11 | 67 | 120 | 65 |
| Binary | 11100111 | 11010110 | 101000 | 0 | 111 | 1010011 | 1001 | 110111 | 1010000 | 110101 |
Color Harmonies of #E7D628
Complementary color
Monochromatic Colors of #E7D628
Black with #E7D628
Text Example
Text Example
White with #E7D628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D628; }
p { color: rgb(231,214,40); }
H1.HeaderClassName
{
color: #E7D628;
}
.AnyTagClassName
{
color: #E7D628;
}
</style>
background-color css
<style>
a { background-color: #E7D628; }
a { background-color: rgb(231,214,40); }
div.DivClassName
{
background-color: #E7D628;
}
.BgClassName
{
background-color: #E7D628;
}
</style>
border-color css
<style>
span { border-color: #E7D628; }
span { border-color: rgb(231,214,40); }
td.TdClassName
{
border-color: #E7D628;
}
.TagClassName
{
border-color: #E7D628;
}
</style>