Shades of Golden Fizz #E6F120
Tints of Golden Fizz #E6F120
RGB
CMYK
RGB Variations
Color information
#E6F120 (or 0xE6F120) is known color: Golden Fizz. HEX triplet: E6, F1 and 20. RGB value is (230,241,32). Sum of RGB (Red+Green+Blue) = 230+241+32=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F120 is #190EDF. Grayscale: #D6D6D6. Windows color (decimal): -1642208 or 2159078. OLE color: 2159078.
HSL color Cylindrical-coordinate representation of color #E6F120: hue angle of 63.16º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6F120 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 32 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.05 |
| HSL | 63.16º | 0.88% | 0.54% | - |
| HSV(B) | 63.16º | 0.87% | 0.95% | - |
| XYZ | 64.35 | 79.84 | 13.39 | - |
| YUV | 213.89 | 25.36 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 32 | 0.05 | 0 | 0.87 | 0.05 | 63.16 | 0.88 | 0.54 |
| Hex | E6 | F1 | 20 | 5 | 0 | 57 | 5 | 3F | 58 | 36 |
| Octal | 346 | 361 | 40 | 5 | 0 | 127 | 5 | 77 | 130 | 66 |
| Binary | 11100110 | 11110001 | 100000 | 101 | 0 | 1010111 | 101 | 111111 | 1011000 | 110110 |
Color Harmonies of #E6F120
Complementary color
Monochromatic Colors of #E6F120
Black with #E6F120
Text Example
Text Example
White with #E6F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F120; }
p { color: rgb(230,241,32); }
H1.HeaderClassName
{
color: #E6F120;
}
.AnyTagClassName
{
color: #E6F120;
}
</style>
background-color css
<style>
a { background-color: #E6F120; }
a { background-color: rgb(230,241,32); }
div.DivClassName
{
background-color: #E6F120;
}
.BgClassName
{
background-color: #E6F120;
}
</style>
border-color css
<style>
span { border-color: #E6F120; }
span { border-color: rgb(230,241,32); }
td.TdClassName
{
border-color: #E6F120;
}
.TagClassName
{
border-color: #E6F120;
}
</style>