Shades of Golden Fizz #E7FD32
Tints of Golden Fizz #E7FD32
RGB
CMYK
RGB Variations
Color information
#E7FD32 (or 0xE7FD32) is known color: Golden Fizz. HEX triplet: E7, FD and 32. RGB value is (231,253,50). Sum of RGB (Red+Green+Blue) = 231+253+50=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 50 (19.92% from 255 or 9.36% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #E7FD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FD32 is #1802CD. Grayscale: #E0E0E0. Windows color (decimal): -1573582 or 3341799. OLE color: 3341799.
HSL color Cylindrical-coordinate representation of color #E7FD32: hue angle of 66.5º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7FD32 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 253 | 50 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.01 |
| HSL | 66.5º | 0.98% | 0.59% | - |
| HSV(B) | 66.5º | 0.8% | 0.99% | - |
| XYZ | 68.66 | 87.47 | 16.28 | - |
| YUV | 223.28 | 30.21 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 253 | 50 | 0.09 | 0 | 0.80 | 0.01 | 66.5 | 0.98 | 0.59 |
| Hex | E7 | FD | 32 | 9 | 0 | 50 | 1 | 43 | 62 | 3B |
| Octal | 347 | 375 | 62 | 11 | 0 | 120 | 1 | 103 | 142 | 73 |
| Binary | 11100111 | 11111101 | 110010 | 1001 | 0 | 1010000 | 1 | 1000011 | 1100010 | 111011 |
Color Harmonies of #E7FD32
Complementary color
Monochromatic Colors of #E7FD32
Black with #E7FD32
Text Example
Text Example
White with #E7FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FD32; }
p { color: rgb(231,253,50); }
H1.HeaderClassName
{
color: #E7FD32;
}
.AnyTagClassName
{
color: #E7FD32;
}
</style>
background-color css
<style>
a { background-color: #E7FD32; }
a { background-color: rgb(231,253,50); }
div.DivClassName
{
background-color: #E7FD32;
}
.BgClassName
{
background-color: #E7FD32;
}
</style>
border-color css
<style>
span { border-color: #E7FD32; }
span { border-color: rgb(231,253,50); }
td.TdClassName
{
border-color: #E7FD32;
}
.TagClassName
{
border-color: #E7FD32;
}
</style>