Shades of Golden Fizz #E7E02C
Tints of Golden Fizz #E7E02C
RGB
CMYK
RGB Variations
Color information
#E7E02C (or 0xE7E02C) is known color: Golden Fizz. HEX triplet: E7, E0 and 2C. RGB value is (231,224,44). Sum of RGB (Red+Green+Blue) = 231+224+44=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E02C is #181FD3. Grayscale: #CECECE. Windows color (decimal): -1581012 or 2941159. OLE color: 2941159.
HSL color Cylindrical-coordinate representation of color #E7E02C: hue angle of 57.75º 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 #E7E02C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 44 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.09 |
| HSL | 57.75º | 0.8% | 0.54% | - |
| HSV(B) | 57.75º | 0.81% | 0.91% | - |
| XYZ | 60.07 | 70.48 | 12.82 | - |
| YUV | 205.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 44 | 0 | 0.03 | 0.81 | 0.09 | 57.75 | 0.8 | 0.54 |
| Hex | E7 | E0 | 2C | 0 | 3 | 51 | 9 | 3A | 50 | 36 |
| Octal | 347 | 340 | 54 | 0 | 3 | 121 | 11 | 72 | 120 | 66 |
| Binary | 11100111 | 11100000 | 101100 | 0 | 11 | 1010001 | 1001 | 111010 | 1010000 | 110110 |
Color Harmonies of #E7E02C
Complementary color
Monochromatic Colors of #E7E02C
Black with #E7E02C
Text Example
Text Example
White with #E7E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E02C; }
p { color: rgb(231,224,44); }
H1.HeaderClassName
{
color: #E7E02C;
}
.AnyTagClassName
{
color: #E7E02C;
}
</style>
background-color css
<style>
a { background-color: #E7E02C; }
a { background-color: rgb(231,224,44); }
div.DivClassName
{
background-color: #E7E02C;
}
.BgClassName
{
background-color: #E7E02C;
}
</style>
border-color css
<style>
span { border-color: #E7E02C; }
span { border-color: rgb(231,224,44); }
td.TdClassName
{
border-color: #E7E02C;
}
.TagClassName
{
border-color: #E7E02C;
}
</style>