Shades of Golden Fizz #E6F828
Tints of Golden Fizz #E6F828
RGB
CMYK
RGB Variations
Color information
#E6F828 (or 0xE6F828) is known color: Golden Fizz. HEX triplet: E6, F8 and 28. RGB value is (230,248,40). Sum of RGB (Red+Green+Blue) = 230+248+40=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F828 is #1907D7. Grayscale: #DBDBDB. Windows color (decimal): -1640408 or 2685158. OLE color: 2685158.
HSL color Cylindrical-coordinate representation of color #E6F828: hue angle of 65.19º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6F828 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 40 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.03 |
| HSL | 65.19º | 0.94% | 0.56% | - |
| HSV(B) | 65.19º | 0.84% | 0.97% | - |
| XYZ | 66.58 | 84.11 | 14.73 | - |
| YUV | 218.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 40 | 0.07 | 0 | 0.84 | 0.03 | 65.19 | 0.94 | 0.56 |
| Hex | E6 | F8 | 28 | 7 | 0 | 54 | 3 | 41 | 5E | 38 |
| Octal | 346 | 370 | 50 | 7 | 0 | 124 | 3 | 101 | 136 | 70 |
| Binary | 11100110 | 11111000 | 101000 | 111 | 0 | 1010100 | 11 | 1000001 | 1011110 | 111000 |
Color Harmonies of #E6F828
Complementary color
Monochromatic Colors of #E6F828
Black with #E6F828
Text Example
Text Example
White with #E6F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F828; }
p { color: rgb(230,248,40); }
H1.HeaderClassName
{
color: #E6F828;
}
.AnyTagClassName
{
color: #E6F828;
}
</style>
background-color css
<style>
a { background-color: #E6F828; }
a { background-color: rgb(230,248,40); }
div.DivClassName
{
background-color: #E6F828;
}
.BgClassName
{
background-color: #E6F828;
}
</style>
border-color css
<style>
span { border-color: #E6F828; }
span { border-color: rgb(230,248,40); }
td.TdClassName
{
border-color: #E6F828;
}
.TagClassName
{
border-color: #E6F828;
}
</style>