Shades of Golden Fizz #EEF527
Tints of Golden Fizz #EEF527
RGB
CMYK
RGB Variations
Color information
#EEF527 (or 0xEEF527) is known color: Golden Fizz. HEX triplet: EE, F5 and 27. RGB value is (238,245,39). Sum of RGB (Red+Green+Blue) = 238+245+39=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 39 (15.62% from 255 or 7.47% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF527 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF527 is #110AD8. Grayscale: #DCDCDC. Windows color (decimal): -1116889 or 2618862. OLE color: 2618862.
HSL color Cylindrical-coordinate representation of color #EEF527: hue angle of 62.04º 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 #EEF527 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 39 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.04 |
| HSL | 62.04º | 0.91% | 0.56% | - |
| HSV(B) | 62.04º | 0.84% | 0.96% | - |
| XYZ | 68.28 | 83.63 | 14.46 | - |
| YUV | 219.42 | 26.18 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 39 | 0.03 | 0 | 0.84 | 0.04 | 62.04 | 0.91 | 0.56 |
| Hex | EE | F5 | 27 | 3 | 0 | 54 | 4 | 3E | 5B | 38 |
| Octal | 356 | 365 | 47 | 3 | 0 | 124 | 4 | 76 | 133 | 70 |
| Binary | 11101110 | 11110101 | 100111 | 11 | 0 | 1010100 | 100 | 111110 | 1011011 | 111000 |
Color Harmonies of #EEF527
Complementary color
Monochromatic Colors of #EEF527
Black with #EEF527
Text Example
Text Example
White with #EEF527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF527; }
p { color: rgb(238,245,39); }
H1.HeaderClassName
{
color: #EEF527;
}
.AnyTagClassName
{
color: #EEF527;
}
</style>
background-color css
<style>
a { background-color: #EEF527; }
a { background-color: rgb(238,245,39); }
div.DivClassName
{
background-color: #EEF527;
}
.BgClassName
{
background-color: #EEF527;
}
</style>
border-color css
<style>
span { border-color: #EEF527; }
span { border-color: rgb(238,245,39); }
td.TdClassName
{
border-color: #EEF527;
}
.TagClassName
{
border-color: #EEF527;
}
</style>