Shades of Golden Fizz #E9FA2E
Tints of Golden Fizz #E9FA2E
RGB
CMYK
RGB Variations
Color information
#E9FA2E (or 0xE9FA2E) is known color: Golden Fizz. HEX triplet: E9, FA and 2E. RGB value is (233,250,46). Sum of RGB (Red+Green+Blue) = 233+250+46=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 46 (18.36% from 255 or 8.70% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FA2E is #1605D1. Grayscale: #DEDEDE. Windows color (decimal): -1443282 or 3078889. OLE color: 3078889.
HSL color Cylindrical-coordinate representation of color #E9FA2E: hue angle of 65º degrees, saturation: 0.95, 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 #E9FA2E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 46 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.02 |
| HSL | 65º | 0.95% | 0.58% | - |
| HSV(B) | 65º | 0.82% | 0.98% | - |
| XYZ | 68.28 | 85.89 | 15.56 | - |
| YUV | 221.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 46 | 0.07 | 0 | 0.82 | 0.02 | 65 | 0.95 | 0.58 |
| Hex | E9 | FA | 2E | 7 | 0 | 52 | 2 | 41 | 5F | 3A |
| Octal | 351 | 372 | 56 | 7 | 0 | 122 | 2 | 101 | 137 | 72 |
| Binary | 11101001 | 11111010 | 101110 | 111 | 0 | 1010010 | 10 | 1000001 | 1011111 | 111010 |
Color Harmonies of #E9FA2E
Complementary color
Monochromatic Colors of #E9FA2E
Black with #E9FA2E
Text Example
Text Example
White with #E9FA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FA2E; }
p { color: rgb(233,250,46); }
H1.HeaderClassName
{
color: #E9FA2E;
}
.AnyTagClassName
{
color: #E9FA2E;
}
</style>
background-color css
<style>
a { background-color: #E9FA2E; }
a { background-color: rgb(233,250,46); }
div.DivClassName
{
background-color: #E9FA2E;
}
.BgClassName
{
background-color: #E9FA2E;
}
</style>
border-color css
<style>
span { border-color: #E9FA2E; }
span { border-color: rgb(233,250,46); }
td.TdClassName
{
border-color: #E9FA2E;
}
.TagClassName
{
border-color: #E9FA2E;
}
</style>