Shades of Golden Fizz #E7E42E
Tints of Golden Fizz #E7E42E
RGB
CMYK
RGB Variations
Color information
#E7E42E (or 0xE7E42E) is known color: Golden Fizz. HEX triplet: E7, E4 and 2E. RGB value is (231,228,46). Sum of RGB (Red+Green+Blue) = 231+228+46=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E42E is #181BD1. Grayscale: #D0D0D0. Windows color (decimal): -1579986 or 3073255. OLE color: 3073255.
HSL color Cylindrical-coordinate representation of color #E7E42E: hue angle of 59.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7E42E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 46 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.09 |
| HSL | 59.03º | 0.79% | 0.54% | - |
| HSV(B) | 59.03º | 0.8% | 0.91% | - |
| XYZ | 61.19 | 72.67 | 13.39 | - |
| YUV | 208.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 46 | 0 | 0.01 | 0.80 | 0.09 | 59.03 | 0.79 | 0.54 |
| Hex | E7 | E4 | 2E | 0 | 1 | 50 | 9 | 3B | 4F | 36 |
| Octal | 347 | 344 | 56 | 0 | 1 | 120 | 11 | 73 | 117 | 66 |
| Binary | 11100111 | 11100100 | 101110 | 0 | 1 | 1010000 | 1001 | 111011 | 1001111 | 110110 |
Color Harmonies of #E7E42E
Complementary color
Monochromatic Colors of #E7E42E
Black with #E7E42E
Text Example
Text Example
White with #E7E42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E42E; }
p { color: rgb(231,228,46); }
H1.HeaderClassName
{
color: #E7E42E;
}
.AnyTagClassName
{
color: #E7E42E;
}
</style>
background-color css
<style>
a { background-color: #E7E42E; }
a { background-color: rgb(231,228,46); }
div.DivClassName
{
background-color: #E7E42E;
}
.BgClassName
{
background-color: #E7E42E;
}
</style>
border-color css
<style>
span { border-color: #E7E42E; }
span { border-color: rgb(231,228,46); }
td.TdClassName
{
border-color: #E7E42E;
}
.TagClassName
{
border-color: #E7E42E;
}
</style>