Shades of Golden Fizz #E6F225
Tints of Golden Fizz #E6F225
RGB
CMYK
RGB Variations
Color information
#E6F225 (or 0xE6F225) is known color: Golden Fizz. HEX triplet: E6, F2 and 25. RGB value is (230,242,37). Sum of RGB (Red+Green+Blue) = 230+242+37=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F225 is #190DDA. Grayscale: #D7D7D7. Windows color (decimal): -1641947 or 2487014. OLE color: 2487014.
HSL color Cylindrical-coordinate representation of color #E6F225: hue angle of 63.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6F225 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.05 |
| HSL | 63.51º | 0.89% | 0.55% | - |
| HSV(B) | 63.51º | 0.85% | 0.95% | - |
| XYZ | 64.72 | 80.46 | 13.87 | - |
| YUV | 215.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 37 | 0.05 | 0 | 0.85 | 0.05 | 63.51 | 0.89 | 0.55 |
| Hex | E6 | F2 | 25 | 5 | 0 | 55 | 5 | 40 | 59 | 37 |
| Octal | 346 | 362 | 45 | 5 | 0 | 125 | 5 | 100 | 131 | 67 |
| Binary | 11100110 | 11110010 | 100101 | 101 | 0 | 1010101 | 101 | 1000000 | 1011001 | 110111 |
Color Harmonies of #E6F225
Complementary color
Monochromatic Colors of #E6F225
Black with #E6F225
Text Example
Text Example
White with #E6F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F225; }
p { color: rgb(230,242,37); }
H1.HeaderClassName
{
color: #E6F225;
}
.AnyTagClassName
{
color: #E6F225;
}
</style>
background-color css
<style>
a { background-color: #E6F225; }
a { background-color: rgb(230,242,37); }
div.DivClassName
{
background-color: #E6F225;
}
.BgClassName
{
background-color: #E6F225;
}
</style>
border-color css
<style>
span { border-color: #E6F225; }
span { border-color: rgb(230,242,37); }
td.TdClassName
{
border-color: #E6F225;
}
.TagClassName
{
border-color: #E6F225;
}
</style>