Shades of Golden Fizz #EEF934
Tints of Golden Fizz #EEF934
RGB
CMYK
RGB Variations
Color information
#EEF934 (or 0xEEF934) is known color: Golden Fizz. HEX triplet: EE, F9 and 34. RGB value is (238,249,52). Sum of RGB (Red+Green+Blue) = 238+249+52=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 52 (20.70% from 255 or 9.65% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF934 is #1106CB. Grayscale: #E0E0E0. Windows color (decimal): -1115852 or 3471854. OLE color: 3471854.
HSL color Cylindrical-coordinate representation of color #EEF934: hue angle of 63.35º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEF934 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 52 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.02 |
| HSL | 63.35º | 0.94% | 0.59% | - |
| HSV(B) | 63.35º | 0.79% | 0.98% | - |
| XYZ | 69.76 | 86.18 | 16.21 | - |
| YUV | 223.25 | 31.36 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 52 | 0.04 | 0 | 0.79 | 0.02 | 63.35 | 0.94 | 0.59 |
| Hex | EE | F9 | 34 | 4 | 0 | 4F | 2 | 3F | 5E | 3B |
| Octal | 356 | 371 | 64 | 4 | 0 | 117 | 2 | 77 | 136 | 73 |
| Binary | 11101110 | 11111001 | 110100 | 100 | 0 | 1001111 | 10 | 111111 | 1011110 | 111011 |
Color Harmonies of #EEF934
Complementary color
Monochromatic Colors of #EEF934
Black with #EEF934
Text Example
Text Example
White with #EEF934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF934; }
p { color: rgb(238,249,52); }
H1.HeaderClassName
{
color: #EEF934;
}
.AnyTagClassName
{
color: #EEF934;
}
</style>
background-color css
<style>
a { background-color: #EEF934; }
a { background-color: rgb(238,249,52); }
div.DivClassName
{
background-color: #EEF934;
}
.BgClassName
{
background-color: #EEF934;
}
</style>
border-color css
<style>
span { border-color: #EEF934; }
span { border-color: rgb(238,249,52); }
td.TdClassName
{
border-color: #EEF934;
}
.TagClassName
{
border-color: #EEF934;
}
</style>