Shades of Golden Fizz #EEF029
Tints of Golden Fizz #EEF029
RGB
CMYK
RGB Variations
Color information
#EEF029 (or 0xEEF029) is known color: Golden Fizz. HEX triplet: EE, F0 and 29. RGB value is (238,240,41). Sum of RGB (Red+Green+Blue) = 238+240+41=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 41 (16.41% from 255 or 7.90% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF029 is #110FD6. Grayscale: #D9D9D9. Windows color (decimal): -1118167 or 2748654. OLE color: 2748654.
HSL color Cylindrical-coordinate representation of color #EEF029: hue angle of 60.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEF029 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 41 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.06 |
| HSL | 60.6º | 0.87% | 0.55% | - |
| HSV(B) | 60.6º | 0.83% | 0.94% | - |
| XYZ | 66.82 | 80.66 | 14.14 | - |
| YUV | 216.72 | 28.84 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 41 | 0.01 | 0 | 0.83 | 0.06 | 60.6 | 0.87 | 0.55 |
| Hex | EE | F0 | 29 | 1 | 0 | 53 | 6 | 3D | 57 | 37 |
| Octal | 356 | 360 | 51 | 1 | 0 | 123 | 6 | 75 | 127 | 67 |
| Binary | 11101110 | 11110000 | 101001 | 1 | 0 | 1010011 | 110 | 111101 | 1010111 | 110111 |
Color Harmonies of #EEF029
Complementary color
Monochromatic Colors of #EEF029
Black with #EEF029
Text Example
Text Example
White with #EEF029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF029; }
p { color: rgb(238,240,41); }
H1.HeaderClassName
{
color: #EEF029;
}
.AnyTagClassName
{
color: #EEF029;
}
</style>
background-color css
<style>
a { background-color: #EEF029; }
a { background-color: rgb(238,240,41); }
div.DivClassName
{
background-color: #EEF029;
}
.BgClassName
{
background-color: #EEF029;
}
</style>
border-color css
<style>
span { border-color: #EEF029; }
span { border-color: rgb(238,240,41); }
td.TdClassName
{
border-color: #EEF029;
}
.TagClassName
{
border-color: #EEF029;
}
</style>