Shades of Golden Fizz #E9FA29
Tints of Golden Fizz #E9FA29
RGB
CMYK
RGB Variations
Color information
#E9FA29 (or 0xE9FA29) is known color: Golden Fizz. HEX triplet: E9, FA and 29. RGB value is (233,250,41). Sum of RGB (Red+Green+Blue) = 233+250+41=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 41 (16.41% from 255 or 7.82% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FA29 is #1605D6. Grayscale: #DDDDDD. Windows color (decimal): -1443287 or 2751209. OLE color: 2751209.
HSL color Cylindrical-coordinate representation of color #E9FA29: hue angle of 64.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9FA29 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 41 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.02 |
| HSL | 64.88º | 0.95% | 0.57% | - |
| HSV(B) | 64.88º | 0.84% | 0.98% | - |
| XYZ | 68.19 | 85.85 | 15.08 | - |
| YUV | 221.09 | 26.37 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 41 | 0.07 | 0 | 0.84 | 0.02 | 64.88 | 0.95 | 0.57 |
| Hex | E9 | FA | 29 | 7 | 0 | 54 | 2 | 41 | 5F | 39 |
| Octal | 351 | 372 | 51 | 7 | 0 | 124 | 2 | 101 | 137 | 71 |
| Binary | 11101001 | 11111010 | 101001 | 111 | 0 | 1010100 | 10 | 1000001 | 1011111 | 111001 |
Color Harmonies of #E9FA29
Complementary color
Monochromatic Colors of #E9FA29
Black with #E9FA29
Text Example
Text Example
White with #E9FA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FA29; }
p { color: rgb(233,250,41); }
H1.HeaderClassName
{
color: #E9FA29;
}
.AnyTagClassName
{
color: #E9FA29;
}
</style>
background-color css
<style>
a { background-color: #E9FA29; }
a { background-color: rgb(233,250,41); }
div.DivClassName
{
background-color: #E9FA29;
}
.BgClassName
{
background-color: #E9FA29;
}
</style>
border-color css
<style>
span { border-color: #E9FA29; }
span { border-color: rgb(233,250,41); }
td.TdClassName
{
border-color: #E9FA29;
}
.TagClassName
{
border-color: #E9FA29;
}
</style>