Shades of Golden Fizz #E8F135
Tints of Golden Fizz #E8F135
RGB
CMYK
RGB Variations
Color information
#E8F135 (or 0xE8F135) is known color: Golden Fizz. HEX triplet: E8, F1 and 35. RGB value is (232,241,53). Sum of RGB (Red+Green+Blue) = 232+241+53=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 53 (21.09% from 255 or 10.08% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F135 is #170ECA. Grayscale: #D9D9D9. Windows color (decimal): -1511115 or 3535336. OLE color: 3535336.
HSL color Cylindrical-coordinate representation of color #E8F135: hue angle of 62.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8F135 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 53 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.05 |
| HSL | 62.87º | 0.87% | 0.58% | - |
| HSV(B) | 62.87º | 0.78% | 0.95% | - |
| XYZ | 65.38 | 80.32 | 15.43 | - |
| YUV | 216.88 | 35.52 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 53 | 0.04 | 0 | 0.78 | 0.05 | 62.87 | 0.87 | 0.58 |
| Hex | E8 | F1 | 35 | 4 | 0 | 4E | 5 | 3F | 57 | 3A |
| Octal | 350 | 361 | 65 | 4 | 0 | 116 | 5 | 77 | 127 | 72 |
| Binary | 11101000 | 11110001 | 110101 | 100 | 0 | 1001110 | 101 | 111111 | 1010111 | 111010 |
Color Harmonies of #E8F135
Complementary color
Monochromatic Colors of #E8F135
Black with #E8F135
Text Example
Text Example
White with #E8F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F135; }
p { color: rgb(232,241,53); }
H1.HeaderClassName
{
color: #E8F135;
}
.AnyTagClassName
{
color: #E8F135;
}
</style>
background-color css
<style>
a { background-color: #E8F135; }
a { background-color: rgb(232,241,53); }
div.DivClassName
{
background-color: #E8F135;
}
.BgClassName
{
background-color: #E8F135;
}
</style>
border-color css
<style>
span { border-color: #E8F135; }
span { border-color: rgb(232,241,53); }
td.TdClassName
{
border-color: #E8F135;
}
.TagClassName
{
border-color: #E8F135;
}
</style>