Shades of Golden Fizz #E7E42C
Tints of Golden Fizz #E7E42C
RGB
CMYK
RGB Variations
Color information
#E7E42C (or 0xE7E42C) is known color: Golden Fizz. HEX triplet: E7, E4 and 2C. RGB value is (231,228,44). Sum of RGB (Red+Green+Blue) = 231+228+44=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E42C is #181BD3. Grayscale: #D0D0D0. Windows color (decimal): -1579988 or 2942183. OLE color: 2942183.
HSL color Cylindrical-coordinate representation of color #E7E42C: hue angle of 59.04º 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 #E7E42C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 44 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.09 |
| HSL | 59.04º | 0.8% | 0.54% | - |
| HSV(B) | 59.04º | 0.81% | 0.91% | - |
| XYZ | 61.15 | 72.66 | 13.18 | - |
| YUV | 207.92 | 35.49 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 44 | 0 | 0.01 | 0.81 | 0.09 | 59.04 | 0.8 | 0.54 |
| Hex | E7 | E4 | 2C | 0 | 1 | 51 | 9 | 3B | 50 | 36 |
| Octal | 347 | 344 | 54 | 0 | 1 | 121 | 11 | 73 | 120 | 66 |
| Binary | 11100111 | 11100100 | 101100 | 0 | 1 | 1010001 | 1001 | 111011 | 1010000 | 110110 |
Color Harmonies of #E7E42C
Complementary color
Monochromatic Colors of #E7E42C
Black with #E7E42C
Text Example
Text Example
White with #E7E42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E42C; }
p { color: rgb(231,228,44); }
H1.HeaderClassName
{
color: #E7E42C;
}
.AnyTagClassName
{
color: #E7E42C;
}
</style>
background-color css
<style>
a { background-color: #E7E42C; }
a { background-color: rgb(231,228,44); }
div.DivClassName
{
background-color: #E7E42C;
}
.BgClassName
{
background-color: #E7E42C;
}
</style>
border-color css
<style>
span { border-color: #E7E42C; }
span { border-color: rgb(231,228,44); }
td.TdClassName
{
border-color: #E7E42C;
}
.TagClassName
{
border-color: #E7E42C;
}
</style>