Shades of Golden Fizz #EEF528
Tints of Golden Fizz #EEF528
RGB
CMYK
RGB Variations
Color information
#EEF528 (or 0xEEF528) is known color: Golden Fizz. HEX triplet: EE, F5 and 28. RGB value is (238,245,40). Sum of RGB (Red+Green+Blue) = 238+245+40=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 40 (16.02% from 255 or 7.65% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF528 is #110AD7. Grayscale: #DCDCDC. Windows color (decimal): -1116888 or 2684398. OLE color: 2684398.
HSL color Cylindrical-coordinate representation of color #EEF528: hue angle of 62.05º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEF528 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 40 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.04 |
| HSL | 62.05º | 0.91% | 0.56% | - |
| HSV(B) | 62.05º | 0.84% | 0.96% | - |
| XYZ | 68.3 | 83.64 | 14.55 | - |
| YUV | 219.54 | 26.68 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 40 | 0.03 | 0 | 0.84 | 0.04 | 62.05 | 0.91 | 0.56 |
| Hex | EE | F5 | 28 | 3 | 0 | 54 | 4 | 3E | 5B | 38 |
| Octal | 356 | 365 | 50 | 3 | 0 | 124 | 4 | 76 | 133 | 70 |
| Binary | 11101110 | 11110101 | 101000 | 11 | 0 | 1010100 | 100 | 111110 | 1011011 | 111000 |
Color Harmonies of #EEF528
Complementary color
Monochromatic Colors of #EEF528
Black with #EEF528
Text Example
Text Example
White with #EEF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF528; }
p { color: rgb(238,245,40); }
H1.HeaderClassName
{
color: #EEF528;
}
.AnyTagClassName
{
color: #EEF528;
}
</style>
background-color css
<style>
a { background-color: #EEF528; }
a { background-color: rgb(238,245,40); }
div.DivClassName
{
background-color: #EEF528;
}
.BgClassName
{
background-color: #EEF528;
}
</style>
border-color css
<style>
span { border-color: #EEF528; }
span { border-color: rgb(238,245,40); }
td.TdClassName
{
border-color: #EEF528;
}
.TagClassName
{
border-color: #EEF528;
}
</style>