Shades of Golden Fizz #E8FE30
Tints of Golden Fizz #E8FE30
RGB
CMYK
RGB Variations
Color information
#E8FE30 (or 0xE8FE30) is known color: Golden Fizz. HEX triplet: E8, FE and 30. RGB value is (232,254,48). Sum of RGB (Red+Green+Blue) = 232+254+48=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #E8FE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FE30 is #1701CF. Grayscale: #E0E0E0. Windows color (decimal): -1507792 or 3210984. OLE color: 3210984.
HSL color Cylindrical-coordinate representation of color #E8FE30: hue angle of 66.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8FE30 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 254 | 48 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.00 |
| HSL | 66.41º | 0.99% | 0.59% | - |
| HSV(B) | 66.41º | 0.81% | 1% | - |
| XYZ | 69.25 | 88.25 | 16.18 | - |
| YUV | 223.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 254 | 48 | 0.09 | 0 | 0.81 | 0.00 | 66.41 | 0.99 | 0.59 |
| Hex | E8 | FE | 30 | 9 | 0 | 51 | 0 | 42 | 63 | 3B |
| Octal | 350 | 376 | 60 | 11 | 0 | 121 | 0 | 102 | 143 | 73 |
| Binary | 11101000 | 11111110 | 110000 | 1001 | 0 | 1010001 | 0 | 1000010 | 1100011 | 111011 |
Color Harmonies of #E8FE30
Complementary color
Monochromatic Colors of #E8FE30
Black with #E8FE30
Text Example
Text Example
White with #E8FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FE30; }
p { color: rgb(232,254,48); }
H1.HeaderClassName
{
color: #E8FE30;
}
.AnyTagClassName
{
color: #E8FE30;
}
</style>
background-color css
<style>
a { background-color: #E8FE30; }
a { background-color: rgb(232,254,48); }
div.DivClassName
{
background-color: #E8FE30;
}
.BgClassName
{
background-color: #E8FE30;
}
</style>
border-color css
<style>
span { border-color: #E8FE30; }
span { border-color: rgb(232,254,48); }
td.TdClassName
{
border-color: #E8FE30;
}
.TagClassName
{
border-color: #E8FE30;
}
</style>