Shades of Golden Fizz #E7E42F
Tints of Golden Fizz #E7E42F
RGB
CMYK
RGB Variations
Color information
#E7E42F (or 0xE7E42F) is known color: Golden Fizz. HEX triplet: E7, E4 and 2F. RGB value is (231,228,47). Sum of RGB (Red+Green+Blue) = 231+228+47=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E42F is #181BD0. Grayscale: #D0D0D0. Windows color (decimal): -1579985 or 3138791. OLE color: 3138791.
HSL color Cylindrical-coordinate representation of color #E7E42F: hue angle of 59.02º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7E42F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 47 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.09 |
| HSL | 59.02º | 0.79% | 0.55% | - |
| HSV(B) | 59.02º | 0.8% | 0.91% | - |
| XYZ | 61.21 | 72.68 | 13.49 | - |
| YUV | 208.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 47 | 0 | 0.01 | 0.80 | 0.09 | 59.02 | 0.79 | 0.55 |
| Hex | E7 | E4 | 2F | 0 | 1 | 50 | 9 | 3B | 4F | 37 |
| Octal | 347 | 344 | 57 | 0 | 1 | 120 | 11 | 73 | 117 | 67 |
| Binary | 11100111 | 11100100 | 101111 | 0 | 1 | 1010000 | 1001 | 111011 | 1001111 | 110111 |
Color Harmonies of #E7E42F
Complementary color
Monochromatic Colors of #E7E42F
Black with #E7E42F
Text Example
Text Example
White with #E7E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E42F; }
p { color: rgb(231,228,47); }
H1.HeaderClassName
{
color: #E7E42F;
}
.AnyTagClassName
{
color: #E7E42F;
}
</style>
background-color css
<style>
a { background-color: #E7E42F; }
a { background-color: rgb(231,228,47); }
div.DivClassName
{
background-color: #E7E42F;
}
.BgClassName
{
background-color: #E7E42F;
}
</style>
border-color css
<style>
span { border-color: #E7E42F; }
span { border-color: rgb(231,228,47); }
td.TdClassName
{
border-color: #E7E42F;
}
.TagClassName
{
border-color: #E7E42F;
}
</style>