Shades of Golden Fizz #E9F134
Tints of Golden Fizz #E9F134
RGB
CMYK
RGB Variations
Color information
#E9F134 (or 0xE9F134) is known color: Golden Fizz. HEX triplet: E9, F1 and 34. RGB value is (233,241,52). Sum of RGB (Red+Green+Blue) = 233+241+52=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F134 is #160ECB. Grayscale: #D9D9D9. Windows color (decimal): -1445580 or 3469801. OLE color: 3469801.
HSL color Cylindrical-coordinate representation of color #E9F134: hue angle of 62.54º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9F134 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 52 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.05 |
| HSL | 62.54º | 0.87% | 0.57% | - |
| HSV(B) | 62.54º | 0.78% | 0.95% | - |
| XYZ | 65.68 | 80.48 | 15.32 | - |
| YUV | 217.06 | 34.85 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 52 | 0.03 | 0 | 0.78 | 0.05 | 62.54 | 0.87 | 0.57 |
| Hex | E9 | F1 | 34 | 3 | 0 | 4E | 5 | 3F | 57 | 39 |
| Octal | 351 | 361 | 64 | 3 | 0 | 116 | 5 | 77 | 127 | 71 |
| Binary | 11101001 | 11110001 | 110100 | 11 | 0 | 1001110 | 101 | 111111 | 1010111 | 111001 |
Color Harmonies of #E9F134
Complementary color
Monochromatic Colors of #E9F134
Black with #E9F134
Text Example
Text Example
White with #E9F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F134; }
p { color: rgb(233,241,52); }
H1.HeaderClassName
{
color: #E9F134;
}
.AnyTagClassName
{
color: #E9F134;
}
</style>
background-color css
<style>
a { background-color: #E9F134; }
a { background-color: rgb(233,241,52); }
div.DivClassName
{
background-color: #E9F134;
}
.BgClassName
{
background-color: #E9F134;
}
</style>
border-color css
<style>
span { border-color: #E9F134; }
span { border-color: rgb(233,241,52); }
td.TdClassName
{
border-color: #E9F134;
}
.TagClassName
{
border-color: #E9F134;
}
</style>