Shades of Golden Fizz #E7D42C
Tints of Golden Fizz #E7D42C
RGB
CMYK
RGB Variations
Color information
#E7D42C (or 0xE7D42C) is known color: Golden Fizz. HEX triplet: E7, D4 and 2C. RGB value is (231,212,44). Sum of RGB (Red+Green+Blue) = 231+212+44=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D42C is #182BD3. Grayscale: #C7C7C7. Windows color (decimal): -1584084 or 2938087. OLE color: 2938087.
HSL color Cylindrical-coordinate representation of color #E7D42C: hue angle of 53.9º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7D42C is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 44 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.09 |
| HSL | 53.9º | 0.8% | 0.54% | - |
| HSV(B) | 53.9º | 0.81% | 0.91% | - |
| XYZ | 56.95 | 64.26 | 11.78 | - |
| YUV | 198.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 44 | 0 | 0.08 | 0.81 | 0.09 | 53.9 | 0.8 | 0.54 |
| Hex | E7 | D4 | 2C | 0 | 8 | 51 | 9 | 36 | 50 | 36 |
| Octal | 347 | 324 | 54 | 0 | 10 | 121 | 11 | 66 | 120 | 66 |
| Binary | 11100111 | 11010100 | 101100 | 0 | 1000 | 1010001 | 1001 | 110110 | 1010000 | 110110 |
Color Harmonies of #E7D42C
Complementary color
Monochromatic Colors of #E7D42C
Black with #E7D42C
Text Example
Text Example
White with #E7D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D42C; }
p { color: rgb(231,212,44); }
H1.HeaderClassName
{
color: #E7D42C;
}
.AnyTagClassName
{
color: #E7D42C;
}
</style>
background-color css
<style>
a { background-color: #E7D42C; }
a { background-color: rgb(231,212,44); }
div.DivClassName
{
background-color: #E7D42C;
}
.BgClassName
{
background-color: #E7D42C;
}
</style>
border-color css
<style>
span { border-color: #E7D42C; }
span { border-color: rgb(231,212,44); }
td.TdClassName
{
border-color: #E7D42C;
}
.TagClassName
{
border-color: #E7D42C;
}
</style>