Shades of Golden Fizz #EEFE26
Tints of Golden Fizz #EEFE26
RGB
CMYK
RGB Variations
Color information
#EEFE26 (or 0xEEFE26) is known color: Golden Fizz. HEX triplet: EE, FE and 26. RGB value is (238,254,38). Sum of RGB (Red+Green+Blue) = 238+254+38=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 38 (15.23% from 255 or 7.17% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE26 is #1101D9. Grayscale: #E1E1E1. Windows color (decimal): -1114586 or 2555630. OLE color: 2555630.
HSL color Cylindrical-coordinate representation of color #EEFE26: hue angle of 64.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEFE26 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 38 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.00 |
| HSL | 64.44º | 0.99% | 0.57% | - |
| HSV(B) | 64.44º | 0.85% | 1% | - |
| XYZ | 71.05 | 89.2 | 15.31 | - |
| YUV | 224.59 | 22.7 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 38 | 0.06 | 0 | 0.85 | 0.00 | 64.44 | 0.99 | 0.57 |
| Hex | EE | FE | 26 | 6 | 0 | 55 | 0 | 40 | 63 | 39 |
| Octal | 356 | 376 | 46 | 6 | 0 | 125 | 0 | 100 | 143 | 71 |
| Binary | 11101110 | 11111110 | 100110 | 110 | 0 | 1010101 | 0 | 1000000 | 1100011 | 111001 |
Color Harmonies of #EEFE26
Complementary color
Monochromatic Colors of #EEFE26
Black with #EEFE26
Text Example
Text Example
White with #EEFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE26; }
p { color: rgb(238,254,38); }
H1.HeaderClassName
{
color: #EEFE26;
}
.AnyTagClassName
{
color: #EEFE26;
}
</style>
background-color css
<style>
a { background-color: #EEFE26; }
a { background-color: rgb(238,254,38); }
div.DivClassName
{
background-color: #EEFE26;
}
.BgClassName
{
background-color: #EEFE26;
}
</style>
border-color css
<style>
span { border-color: #EEFE26; }
span { border-color: rgb(238,254,38); }
td.TdClassName
{
border-color: #EEFE26;
}
.TagClassName
{
border-color: #EEFE26;
}
</style>