Shades of Golden Fizz #E8F134
Tints of Golden Fizz #E8F134
RGB
CMYK
RGB Variations
Color information
#E8F134 (or 0xE8F134) is known color: Golden Fizz. HEX triplet: E8, F1 and 34. RGB value is (232,241,52). Sum of RGB (Red+Green+Blue) = 232+241+52=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F134 is #170ECB. Grayscale: #D9D9D9. Windows color (decimal): -1511116 or 3469800. OLE color: 3469800.
HSL color Cylindrical-coordinate representation of color #E8F134: hue angle of 62.86º 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 #E8F134 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 52 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.05 |
| HSL | 62.86º | 0.87% | 0.57% | - |
| HSV(B) | 62.86º | 0.78% | 0.95% | - |
| XYZ | 65.35 | 80.31 | 15.31 | - |
| YUV | 216.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 52 | 0.04 | 0 | 0.78 | 0.05 | 62.86 | 0.87 | 0.57 |
| Hex | E8 | F1 | 34 | 4 | 0 | 4E | 5 | 3F | 57 | 39 |
| Octal | 350 | 361 | 64 | 4 | 0 | 116 | 5 | 77 | 127 | 71 |
| Binary | 11101000 | 11110001 | 110100 | 100 | 0 | 1001110 | 101 | 111111 | 1010111 | 111001 |
Color Harmonies of #E8F134
Complementary color
Monochromatic Colors of #E8F134
Black with #E8F134
Text Example
Text Example
White with #E8F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F134; }
p { color: rgb(232,241,52); }
H1.HeaderClassName
{
color: #E8F134;
}
.AnyTagClassName
{
color: #E8F134;
}
</style>
background-color css
<style>
a { background-color: #E8F134; }
a { background-color: rgb(232,241,52); }
div.DivClassName
{
background-color: #E8F134;
}
.BgClassName
{
background-color: #E8F134;
}
</style>
border-color css
<style>
span { border-color: #E8F134; }
span { border-color: rgb(232,241,52); }
td.TdClassName
{
border-color: #E8F134;
}
.TagClassName
{
border-color: #E8F134;
}
</style>