Shades of Golden Fizz #E7FB2D
Tints of Golden Fizz #E7FB2D
RGB
CMYK
RGB Variations
Color information
#E7FB2D (or 0xE7FB2D) is known color: Golden Fizz. HEX triplet: E7, FB and 2D. RGB value is (231,251,45). Sum of RGB (Red+Green+Blue) = 231+251+45=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #E7FB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FB2D is #1804D2. Grayscale: #DEDEDE. Windows color (decimal): -1574099 or 3013607. OLE color: 3013607.
HSL color Cylindrical-coordinate representation of color #E7FB2D: hue angle of 65.83º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7FB2D is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 251 | 45 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.02 |
| HSL | 65.83º | 0.96% | 0.58% | - |
| HSV(B) | 65.83º | 0.82% | 0.98% | - |
| XYZ | 67.93 | 86.17 | 15.54 | - |
| YUV | 221.54 | 28.37 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 251 | 45 | 0.08 | 0 | 0.82 | 0.02 | 65.83 | 0.96 | 0.58 |
| Hex | E7 | FB | 2D | 8 | 0 | 52 | 2 | 42 | 60 | 3A |
| Octal | 347 | 373 | 55 | 10 | 0 | 122 | 2 | 102 | 140 | 72 |
| Binary | 11100111 | 11111011 | 101101 | 1000 | 0 | 1010010 | 10 | 1000010 | 1100000 | 111010 |
Color Harmonies of #E7FB2D
Complementary color
Monochromatic Colors of #E7FB2D
Black with #E7FB2D
Text Example
Text Example
White with #E7FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FB2D; }
p { color: rgb(231,251,45); }
H1.HeaderClassName
{
color: #E7FB2D;
}
.AnyTagClassName
{
color: #E7FB2D;
}
</style>
background-color css
<style>
a { background-color: #E7FB2D; }
a { background-color: rgb(231,251,45); }
div.DivClassName
{
background-color: #E7FB2D;
}
.BgClassName
{
background-color: #E7FB2D;
}
</style>
border-color css
<style>
span { border-color: #E7FB2D; }
span { border-color: rgb(231,251,45); }
td.TdClassName
{
border-color: #E7FB2D;
}
.TagClassName
{
border-color: #E7FB2D;
}
</style>