Shades of Golden Fizz #E7F532
Tints of Golden Fizz #E7F532
RGB
CMYK
RGB Variations
Color information
#E7F532 (or 0xE7F532) is known color: Golden Fizz. HEX triplet: E7, F5 and 32. RGB value is (231,245,50). Sum of RGB (Red+Green+Blue) = 231+245+50=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #E7F532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F532 is #180ACD. Grayscale: #DBDBDB. Windows color (decimal): -1575630 or 3339751. OLE color: 3339751.
HSL color Cylindrical-coordinate representation of color #E7F532: hue angle of 64.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7F532 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 245 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.04 |
| HSL | 64.31º | 0.91% | 0.58% | - |
| HSV(B) | 64.31º | 0.8% | 0.96% | - |
| XYZ | 66.18 | 82.52 | 15.46 | - |
| YUV | 218.58 | 32.86 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 245 | 50 | 0.06 | 0 | 0.80 | 0.04 | 64.31 | 0.91 | 0.58 |
| Hex | E7 | F5 | 32 | 6 | 0 | 50 | 4 | 40 | 5B | 3A |
| Octal | 347 | 365 | 62 | 6 | 0 | 120 | 4 | 100 | 133 | 72 |
| Binary | 11100111 | 11110101 | 110010 | 110 | 0 | 1010000 | 100 | 1000000 | 1011011 | 111010 |
Color Harmonies of #E7F532
Complementary color
Monochromatic Colors of #E7F532
Black with #E7F532
Text Example
Text Example
White with #E7F532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F532; }
p { color: rgb(231,245,50); }
H1.HeaderClassName
{
color: #E7F532;
}
.AnyTagClassName
{
color: #E7F532;
}
</style>
background-color css
<style>
a { background-color: #E7F532; }
a { background-color: rgb(231,245,50); }
div.DivClassName
{
background-color: #E7F532;
}
.BgClassName
{
background-color: #E7F532;
}
</style>
border-color css
<style>
span { border-color: #E7F532; }
span { border-color: rgb(231,245,50); }
td.TdClassName
{
border-color: #E7F532;
}
.TagClassName
{
border-color: #E7F532;
}
</style>