Shades of Golden Fizz #E6F12E
Tints of Golden Fizz #E6F12E
RGB
CMYK
RGB Variations
Color information
#E6F12E (or 0xE6F12E) is known color: Golden Fizz. HEX triplet: E6, F1 and 2E. RGB value is (230,241,46). Sum of RGB (Red+Green+Blue) = 230+241+46=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F12E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F12E is #190ED1. Grayscale: #D8D8D8. Windows color (decimal): -1642194 or 3076582. OLE color: 3076582.
HSL color Cylindrical-coordinate representation of color #E6F12E: hue angle of 63.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6F12E is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 46 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.05 |
| HSL | 63.38º | 0.87% | 0.56% | - |
| HSV(B) | 63.38º | 0.81% | 0.95% | - |
| XYZ | 64.58 | 79.93 | 14.61 | - |
| YUV | 215.48 | 32.36 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 46 | 0.05 | 0 | 0.81 | 0.05 | 63.38 | 0.87 | 0.56 |
| Hex | E6 | F1 | 2E | 5 | 0 | 51 | 5 | 3F | 57 | 38 |
| Octal | 346 | 361 | 56 | 5 | 0 | 121 | 5 | 77 | 127 | 70 |
| Binary | 11100110 | 11110001 | 101110 | 101 | 0 | 1010001 | 101 | 111111 | 1010111 | 111000 |
Color Harmonies of #E6F12E
Complementary color
Monochromatic Colors of #E6F12E
Black with #E6F12E
Text Example
Text Example
White with #E6F12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F12E; }
p { color: rgb(230,241,46); }
H1.HeaderClassName
{
color: #E6F12E;
}
.AnyTagClassName
{
color: #E6F12E;
}
</style>
background-color css
<style>
a { background-color: #E6F12E; }
a { background-color: rgb(230,241,46); }
div.DivClassName
{
background-color: #E6F12E;
}
.BgClassName
{
background-color: #E6F12E;
}
</style>
border-color css
<style>
span { border-color: #E6F12E; }
span { border-color: rgb(230,241,46); }
td.TdClassName
{
border-color: #E6F12E;
}
.TagClassName
{
border-color: #E6F12E;
}
</style>