Shades of Golden Fizz #E7FB2A
Tints of Golden Fizz #E7FB2A
RGB
CMYK
RGB Variations
Color information
#E7FB2A (or 0xE7FB2A) is known color: Golden Fizz. HEX triplet: E7, FB and 2A. RGB value is (231,251,42). Sum of RGB (Red+Green+Blue) = 231+251+42=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #E7FB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FB2A is #1804D5. Grayscale: #DEDEDE. Windows color (decimal): -1574102 or 2816999. OLE color: 2816999.
HSL color Cylindrical-coordinate representation of color #E7FB2A: hue angle of 65.74º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7FB2A is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 251 | 42 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.02 |
| HSL | 65.74º | 0.96% | 0.57% | - |
| HSV(B) | 65.74º | 0.83% | 0.98% | - |
| XYZ | 67.87 | 86.15 | 15.24 | - |
| YUV | 221.19 | 26.87 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 251 | 42 | 0.08 | 0 | 0.83 | 0.02 | 65.74 | 0.96 | 0.57 |
| Hex | E7 | FB | 2A | 8 | 0 | 53 | 2 | 42 | 60 | 39 |
| Octal | 347 | 373 | 52 | 10 | 0 | 123 | 2 | 102 | 140 | 71 |
| Binary | 11100111 | 11111011 | 101010 | 1000 | 0 | 1010011 | 10 | 1000010 | 1100000 | 111001 |
Color Harmonies of #E7FB2A
Complementary color
Monochromatic Colors of #E7FB2A
Black with #E7FB2A
Text Example
Text Example
White with #E7FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FB2A; }
p { color: rgb(231,251,42); }
H1.HeaderClassName
{
color: #E7FB2A;
}
.AnyTagClassName
{
color: #E7FB2A;
}
</style>
background-color css
<style>
a { background-color: #E7FB2A; }
a { background-color: rgb(231,251,42); }
div.DivClassName
{
background-color: #E7FB2A;
}
.BgClassName
{
background-color: #E7FB2A;
}
</style>
border-color css
<style>
span { border-color: #E7FB2A; }
span { border-color: rgb(231,251,42); }
td.TdClassName
{
border-color: #E7FB2A;
}
.TagClassName
{
border-color: #E7FB2A;
}
</style>