Shades of Golden Fizz #E7E42D
Tints of Golden Fizz #E7E42D
RGB
CMYK
RGB Variations
Color information
#E7E42D (or 0xE7E42D) is known color: Golden Fizz. HEX triplet: E7, E4 and 2D. RGB value is (231,228,45). Sum of RGB (Red+Green+Blue) = 231+228+45=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E42D is #181BD2. Grayscale: #D0D0D0. Windows color (decimal): -1579987 or 3007719. OLE color: 3007719.
HSL color Cylindrical-coordinate representation of color #E7E42D: 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.81%. Process color model (Four color, CMYK) of #E7E42D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 45 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.09 |
| HSL | 59.03º | 0.79% | 0.54% | - |
| HSV(B) | 59.03º | 0.81% | 0.91% | - |
| XYZ | 61.17 | 72.67 | 13.28 | - |
| YUV | 208.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 45 | 0 | 0.01 | 0.81 | 0.09 | 59.03 | 0.79 | 0.54 |
| Hex | E7 | E4 | 2D | 0 | 1 | 51 | 9 | 3B | 4F | 36 |
| Octal | 347 | 344 | 55 | 0 | 1 | 121 | 11 | 73 | 117 | 66 |
| Binary | 11100111 | 11100100 | 101101 | 0 | 1 | 1010001 | 1001 | 111011 | 1001111 | 110110 |
Color Harmonies of #E7E42D
Complementary color
Monochromatic Colors of #E7E42D
Black with #E7E42D
Text Example
Text Example
White with #E7E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E42D; }
p { color: rgb(231,228,45); }
H1.HeaderClassName
{
color: #E7E42D;
}
.AnyTagClassName
{
color: #E7E42D;
}
</style>
background-color css
<style>
a { background-color: #E7E42D; }
a { background-color: rgb(231,228,45); }
div.DivClassName
{
background-color: #E7E42D;
}
.BgClassName
{
background-color: #E7E42D;
}
</style>
border-color css
<style>
span { border-color: #E7E42D; }
span { border-color: rgb(231,228,45); }
td.TdClassName
{
border-color: #E7E42D;
}
.TagClassName
{
border-color: #E7E42D;
}
</style>