Shades of Golden Fizz #E6F028
Tints of Golden Fizz #E6F028
RGB
CMYK
RGB Variations
Color information
#E6F028 (or 0xE6F028) is known color: Golden Fizz. HEX triplet: E6, F0 and 28. RGB value is (230,240,40). Sum of RGB (Red+Green+Blue) = 230+240+40=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F028 is #190FD7. Grayscale: #D7D7D7. Windows color (decimal): -1642456 or 2683110. OLE color: 2683110.
HSL color Cylindrical-coordinate representation of color #E6F028: hue angle of 63º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6F028 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 40 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.06 |
| HSL | 63º | 0.87% | 0.55% | - |
| HSV(B) | 63º | 0.83% | 0.94% | - |
| XYZ | 64.18 | 79.3 | 13.93 | - |
| YUV | 214.21 | 29.69 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 40 | 0.04 | 0 | 0.83 | 0.06 | 63 | 0.87 | 0.55 |
| Hex | E6 | F0 | 28 | 4 | 0 | 53 | 6 | 3F | 57 | 37 |
| Octal | 346 | 360 | 50 | 4 | 0 | 123 | 6 | 77 | 127 | 67 |
| Binary | 11100110 | 11110000 | 101000 | 100 | 0 | 1010011 | 110 | 111111 | 1010111 | 110111 |
Color Harmonies of #E6F028
Complementary color
Monochromatic Colors of #E6F028
Black with #E6F028
Text Example
Text Example
White with #E6F028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F028; }
p { color: rgb(230,240,40); }
H1.HeaderClassName
{
color: #E6F028;
}
.AnyTagClassName
{
color: #E6F028;
}
</style>
background-color css
<style>
a { background-color: #E6F028; }
a { background-color: rgb(230,240,40); }
div.DivClassName
{
background-color: #E6F028;
}
.BgClassName
{
background-color: #E6F028;
}
</style>
border-color css
<style>
span { border-color: #E6F028; }
span { border-color: rgb(230,240,40); }
td.TdClassName
{
border-color: #E6F028;
}
.TagClassName
{
border-color: #E6F028;
}
</style>