Shades of Golden Fizz #E9F231
Tints of Golden Fizz #E9F231
RGB
CMYK
RGB Variations
Color information
#E9F231 (or 0xE9F231) is known color: Golden Fizz. HEX triplet: E9, F2 and 31. RGB value is (233,242,49). Sum of RGB (Red+Green+Blue) = 233+242+49=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F231 is #160DCE. Grayscale: #DADADA. Windows color (decimal): -1445327 or 3273449. OLE color: 3273449.
HSL color Cylindrical-coordinate representation of color #E9F231: hue angle of 62.8º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9F231 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 49 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.05 |
| HSL | 62.8º | 0.88% | 0.57% | - |
| HSV(B) | 62.8º | 0.8% | 0.95% | - |
| XYZ | 65.91 | 81.05 | 15.08 | - |
| YUV | 217.31 | 33.02 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 49 | 0.04 | 0 | 0.80 | 0.05 | 62.8 | 0.88 | 0.57 |
| Hex | E9 | F2 | 31 | 4 | 0 | 50 | 5 | 3F | 58 | 39 |
| Octal | 351 | 362 | 61 | 4 | 0 | 120 | 5 | 77 | 130 | 71 |
| Binary | 11101001 | 11110010 | 110001 | 100 | 0 | 1010000 | 101 | 111111 | 1011000 | 111001 |
Color Harmonies of #E9F231
Complementary color
Monochromatic Colors of #E9F231
Black with #E9F231
Text Example
Text Example
White with #E9F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F231; }
p { color: rgb(233,242,49); }
H1.HeaderClassName
{
color: #E9F231;
}
.AnyTagClassName
{
color: #E9F231;
}
</style>
background-color css
<style>
a { background-color: #E9F231; }
a { background-color: rgb(233,242,49); }
div.DivClassName
{
background-color: #E9F231;
}
.BgClassName
{
background-color: #E9F231;
}
</style>
border-color css
<style>
span { border-color: #E9F231; }
span { border-color: rgb(233,242,49); }
td.TdClassName
{
border-color: #E9F231;
}
.TagClassName
{
border-color: #E9F231;
}
</style>