Shades of Golden Fizz #EEF526
Tints of Golden Fizz #EEF526
RGB
CMYK
RGB Variations
Color information
#EEF526 (or 0xEEF526) is known color: Golden Fizz. HEX triplet: EE, F5 and 26. RGB value is (238,245,38). Sum of RGB (Red+Green+Blue) = 238+245+38=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 38 (15.23% from 255 or 7.29% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF526 is #110AD9. Grayscale: #DCDCDC. Windows color (decimal): -1116890 or 2553326. OLE color: 2553326.
HSL color Cylindrical-coordinate representation of color #EEF526: hue angle of 62.03º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEF526 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 38 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.04 |
| HSL | 62.03º | 0.91% | 0.55% | - |
| HSV(B) | 62.03º | 0.84% | 0.96% | - |
| XYZ | 68.26 | 83.62 | 14.38 | - |
| YUV | 219.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 38 | 0.03 | 0 | 0.84 | 0.04 | 62.03 | 0.91 | 0.55 |
| Hex | EE | F5 | 26 | 3 | 0 | 54 | 4 | 3E | 5B | 37 |
| Octal | 356 | 365 | 46 | 3 | 0 | 124 | 4 | 76 | 133 | 67 |
| Binary | 11101110 | 11110101 | 100110 | 11 | 0 | 1010100 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EEF526
Complementary color
Monochromatic Colors of #EEF526
Black with #EEF526
Text Example
Text Example
White with #EEF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF526; }
p { color: rgb(238,245,38); }
H1.HeaderClassName
{
color: #EEF526;
}
.AnyTagClassName
{
color: #EEF526;
}
</style>
background-color css
<style>
a { background-color: #EEF526; }
a { background-color: rgb(238,245,38); }
div.DivClassName
{
background-color: #EEF526;
}
.BgClassName
{
background-color: #EEF526;
}
</style>
border-color css
<style>
span { border-color: #EEF526; }
span { border-color: rgb(238,245,38); }
td.TdClassName
{
border-color: #EEF526;
}
.TagClassName
{
border-color: #EEF526;
}
</style>