Shades of Golden Fizz #EEFF26
Tints of Golden Fizz #EEFF26
RGB
CMYK
RGB Variations
Color information
#EEFF26 (or 0xEEFF26) is known color: Golden Fizz. HEX triplet: EE, FF and 26. RGB value is (238,255,38). Sum of RGB (Red+Green+Blue) = 238+255+38=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 38 (15.23% from 255 or 7.16% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF26 is #1100D9. Grayscale: #E2E2E2. Windows color (decimal): -1114330 or 2555886. OLE color: 2555886.
HSL color Cylindrical-coordinate representation of color #EEFF26: hue angle of 64.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEFF26 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 38 | - |
| CMYK | 0.07 | 0 | 0.85 | 0 |
| HSL | 64.7º | 1% | 0.57% | - |
| HSV(B) | 64.7º | 0.85% | 1% | - |
| XYZ | 71.37 | 89.84 | 15.41 | - |
| YUV | 225.18 | 22.37 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 38 | 0.07 | 0 | 0.85 | 0 | 64.7 | 1 | 0.57 |
| Hex | EE | FF | 26 | 7 | 0 | 55 | 0 | 41 | 64 | 39 |
| Octal | 356 | 377 | 46 | 7 | 0 | 125 | 0 | 101 | 144 | 71 |
| Binary | 11101110 | 11111111 | 100110 | 111 | 0 | 1010101 | 0 | 1000001 | 1100100 | 111001 |
Color Harmonies of #EEFF26
Complementary color
Monochromatic Colors of #EEFF26
Black with #EEFF26
Text Example
Text Example
White with #EEFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF26; }
p { color: rgb(238,255,38); }
H1.HeaderClassName
{
color: #EEFF26;
}
.AnyTagClassName
{
color: #EEFF26;
}
</style>
background-color css
<style>
a { background-color: #EEFF26; }
a { background-color: rgb(238,255,38); }
div.DivClassName
{
background-color: #EEFF26;
}
.BgClassName
{
background-color: #EEFF26;
}
</style>
border-color css
<style>
span { border-color: #EEFF26; }
span { border-color: rgb(238,255,38); }
td.TdClassName
{
border-color: #EEFF26;
}
.TagClassName
{
border-color: #EEFF26;
}
</style>