Shades of Golden Fizz #E9FB2F
Tints of Golden Fizz #E9FB2F
RGB
CMYK
RGB Variations
Color information
#E9FB2F (or 0xE9FB2F) is known color: Golden Fizz. HEX triplet: E9, FB and 2F. RGB value is (233,251,47). Sum of RGB (Red+Green+Blue) = 233+251+47=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 47 (18.75% from 255 or 8.85% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FB2F is #1604D0. Grayscale: #DFDFDF. Windows color (decimal): -1443025 or 3144681. OLE color: 3144681.
HSL color Cylindrical-coordinate representation of color #E9FB2F: hue angle of 65.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9FB2F is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 47 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.02 |
| HSL | 65.29º | 0.96% | 0.58% | - |
| HSV(B) | 65.29º | 0.81% | 0.98% | - |
| XYZ | 68.61 | 86.52 | 15.77 | - |
| YUV | 222.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 47 | 0.07 | 0 | 0.81 | 0.02 | 65.29 | 0.96 | 0.58 |
| Hex | E9 | FB | 2F | 7 | 0 | 51 | 2 | 41 | 60 | 3A |
| Octal | 351 | 373 | 57 | 7 | 0 | 121 | 2 | 101 | 140 | 72 |
| Binary | 11101001 | 11111011 | 101111 | 111 | 0 | 1010001 | 10 | 1000001 | 1100000 | 111010 |
Color Harmonies of #E9FB2F
Complementary color
Monochromatic Colors of #E9FB2F
Black with #E9FB2F
Text Example
Text Example
White with #E9FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FB2F; }
p { color: rgb(233,251,47); }
H1.HeaderClassName
{
color: #E9FB2F;
}
.AnyTagClassName
{
color: #E9FB2F;
}
</style>
background-color css
<style>
a { background-color: #E9FB2F; }
a { background-color: rgb(233,251,47); }
div.DivClassName
{
background-color: #E9FB2F;
}
.BgClassName
{
background-color: #E9FB2F;
}
</style>
border-color css
<style>
span { border-color: #E9FB2F; }
span { border-color: rgb(233,251,47); }
td.TdClassName
{
border-color: #E9FB2F;
}
.TagClassName
{
border-color: #E9FB2F;
}
</style>