Shades of Golden Fizz #E6F227
Tints of Golden Fizz #E6F227
RGB
CMYK
RGB Variations
Color information
#E6F227 (or 0xE6F227) is known color: Golden Fizz. HEX triplet: E6, F2 and 27. RGB value is (230,242,39). Sum of RGB (Red+Green+Blue) = 230+242+39=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F227 is #190DD8. Grayscale: #D8D8D8. Windows color (decimal): -1641945 or 2618086. OLE color: 2618086.
HSL color Cylindrical-coordinate representation of color #E6F227: hue angle of 63.55º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6F227 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 39 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.05 |
| HSL | 63.55º | 0.89% | 0.55% | - |
| HSV(B) | 63.55º | 0.84% | 0.95% | - |
| XYZ | 64.75 | 80.47 | 14.04 | - |
| YUV | 215.27 | 28.52 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 39 | 0.05 | 0 | 0.84 | 0.05 | 63.55 | 0.89 | 0.55 |
| Hex | E6 | F2 | 27 | 5 | 0 | 54 | 5 | 40 | 59 | 37 |
| Octal | 346 | 362 | 47 | 5 | 0 | 124 | 5 | 100 | 131 | 67 |
| Binary | 11100110 | 11110010 | 100111 | 101 | 0 | 1010100 | 101 | 1000000 | 1011001 | 110111 |
Color Harmonies of #E6F227
Complementary color
Monochromatic Colors of #E6F227
Black with #E6F227
Text Example
Text Example
White with #E6F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F227; }
p { color: rgb(230,242,39); }
H1.HeaderClassName
{
color: #E6F227;
}
.AnyTagClassName
{
color: #E6F227;
}
</style>
background-color css
<style>
a { background-color: #E6F227; }
a { background-color: rgb(230,242,39); }
div.DivClassName
{
background-color: #E6F227;
}
.BgClassName
{
background-color: #E6F227;
}
</style>
border-color css
<style>
span { border-color: #E6F227; }
span { border-color: rgb(230,242,39); }
td.TdClassName
{
border-color: #E6F227;
}
.TagClassName
{
border-color: #E6F227;
}
</style>