Shades of Golden Fizz #E7E52C
Tints of Golden Fizz #E7E52C
RGB
CMYK
RGB Variations
Color information
#E7E52C (or 0xE7E52C) is known color: Golden Fizz. HEX triplet: E7, E5 and 2C. RGB value is (231,229,44). Sum of RGB (Red+Green+Blue) = 231+229+44=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E52C is #181AD3. Grayscale: #D1D1D1. Windows color (decimal): -1579732 or 2942439. OLE color: 2942439.
HSL color Cylindrical-coordinate representation of color #E7E52C: hue angle of 59.36º 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 #E7E52C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 44 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.09 |
| HSL | 59.36º | 0.8% | 0.54% | - |
| HSV(B) | 59.36º | 0.81% | 0.91% | - |
| XYZ | 61.43 | 73.21 | 13.28 | - |
| YUV | 208.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 44 | 0 | 0.01 | 0.81 | 0.09 | 59.36 | 0.8 | 0.54 |
| Hex | E7 | E5 | 2C | 0 | 1 | 51 | 9 | 3B | 50 | 36 |
| Octal | 347 | 345 | 54 | 0 | 1 | 121 | 11 | 73 | 120 | 66 |
| Binary | 11100111 | 11100101 | 101100 | 0 | 1 | 1010001 | 1001 | 111011 | 1010000 | 110110 |
Color Harmonies of #E7E52C
Complementary color
Monochromatic Colors of #E7E52C
Black with #E7E52C
Text Example
Text Example
White with #E7E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E52C; }
p { color: rgb(231,229,44); }
H1.HeaderClassName
{
color: #E7E52C;
}
.AnyTagClassName
{
color: #E7E52C;
}
</style>
background-color css
<style>
a { background-color: #E7E52C; }
a { background-color: rgb(231,229,44); }
div.DivClassName
{
background-color: #E7E52C;
}
.BgClassName
{
background-color: #E7E52C;
}
</style>
border-color css
<style>
span { border-color: #E7E52C; }
span { border-color: rgb(231,229,44); }
td.TdClassName
{
border-color: #E7E52C;
}
.TagClassName
{
border-color: #E7E52C;
}
</style>