Shades of Golden Fizz #E6F223
Tints of Golden Fizz #E6F223
RGB
CMYK
RGB Variations
Color information
#E6F223 (or 0xE6F223) is known color: Golden Fizz. HEX triplet: E6, F2 and 23. RGB value is (230,242,35). Sum of RGB (Red+Green+Blue) = 230+242+35=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 35 (14.06% from 255 or 6.90% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F223 is #190DDC. Grayscale: #D7D7D7. Windows color (decimal): -1641949 or 2355942. OLE color: 2355942.
HSL color Cylindrical-coordinate representation of color #E6F223: hue angle of 63.48º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6F223 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 35 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.05 |
| HSL | 63.48º | 0.89% | 0.54% | - |
| HSV(B) | 63.48º | 0.86% | 0.95% | - |
| XYZ | 64.69 | 80.45 | 13.71 | - |
| YUV | 214.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 35 | 0.05 | 0 | 0.86 | 0.05 | 63.48 | 0.89 | 0.54 |
| Hex | E6 | F2 | 23 | 5 | 0 | 56 | 5 | 3F | 59 | 36 |
| Octal | 346 | 362 | 43 | 5 | 0 | 126 | 5 | 77 | 131 | 66 |
| Binary | 11100110 | 11110010 | 100011 | 101 | 0 | 1010110 | 101 | 111111 | 1011001 | 110110 |
Color Harmonies of #E6F223
Complementary color
Monochromatic Colors of #E6F223
Black with #E6F223
Text Example
Text Example
White with #E6F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F223; }
p { color: rgb(230,242,35); }
H1.HeaderClassName
{
color: #E6F223;
}
.AnyTagClassName
{
color: #E6F223;
}
</style>
background-color css
<style>
a { background-color: #E6F223; }
a { background-color: rgb(230,242,35); }
div.DivClassName
{
background-color: #E6F223;
}
.BgClassName
{
background-color: #E6F223;
}
</style>
border-color css
<style>
span { border-color: #E6F223; }
span { border-color: rgb(230,242,35); }
td.TdClassName
{
border-color: #E6F223;
}
.TagClassName
{
border-color: #E6F223;
}
</style>