Shades of Golden Fizz #E6F229
Tints of Golden Fizz #E6F229
RGB
CMYK
RGB Variations
Color information
#E6F229 (or 0xE6F229) is known color: Golden Fizz. HEX triplet: E6, F2 and 29. RGB value is (230,242,41). Sum of RGB (Red+Green+Blue) = 230+242+41=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F229 is #190DD6. Grayscale: #D8D8D8. Windows color (decimal): -1641943 or 2749158. OLE color: 2749158.
HSL color Cylindrical-coordinate representation of color #E6F229: hue angle of 63.58º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6F229 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 41 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.05 |
| HSL | 63.58º | 0.89% | 0.55% | - |
| HSV(B) | 63.58º | 0.83% | 0.95% | - |
| XYZ | 64.79 | 80.49 | 14.22 | - |
| YUV | 215.5 | 29.52 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 41 | 0.05 | 0 | 0.83 | 0.05 | 63.58 | 0.89 | 0.55 |
| Hex | E6 | F2 | 29 | 5 | 0 | 53 | 5 | 40 | 59 | 37 |
| Octal | 346 | 362 | 51 | 5 | 0 | 123 | 5 | 100 | 131 | 67 |
| Binary | 11100110 | 11110010 | 101001 | 101 | 0 | 1010011 | 101 | 1000000 | 1011001 | 110111 |
Color Harmonies of #E6F229
Complementary color
Monochromatic Colors of #E6F229
Black with #E6F229
Text Example
Text Example
White with #E6F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F229; }
p { color: rgb(230,242,41); }
H1.HeaderClassName
{
color: #E6F229;
}
.AnyTagClassName
{
color: #E6F229;
}
</style>
background-color css
<style>
a { background-color: #E6F229; }
a { background-color: rgb(230,242,41); }
div.DivClassName
{
background-color: #E6F229;
}
.BgClassName
{
background-color: #E6F229;
}
</style>
border-color css
<style>
span { border-color: #E6F229; }
span { border-color: rgb(230,242,41); }
td.TdClassName
{
border-color: #E6F229;
}
.TagClassName
{
border-color: #E6F229;
}
</style>