Shades of Golden Fizz #EEF034
Tints of Golden Fizz #EEF034
RGB
CMYK
RGB Variations
Color information
#EEF034 (or 0xEEF034) is known color: Golden Fizz. HEX triplet: EE, F0 and 34. RGB value is (238,240,52). Sum of RGB (Red+Green+Blue) = 238+240+52=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF034 is #110FCB. Grayscale: #DADADA. Windows color (decimal): -1118156 or 3469550. OLE color: 3469550.
HSL color Cylindrical-coordinate representation of color #EEF034: hue angle of 60.64º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEF034 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 52 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.06 |
| HSL | 60.64º | 0.86% | 0.57% | - |
| HSV(B) | 60.64º | 0.78% | 0.94% | - |
| XYZ | 67.04 | 80.75 | 15.3 | - |
| YUV | 217.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 52 | 0.01 | 0 | 0.78 | 0.06 | 60.64 | 0.86 | 0.57 |
| Hex | EE | F0 | 34 | 1 | 0 | 4E | 6 | 3D | 56 | 39 |
| Octal | 356 | 360 | 64 | 1 | 0 | 116 | 6 | 75 | 126 | 71 |
| Binary | 11101110 | 11110000 | 110100 | 1 | 0 | 1001110 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #EEF034
Complementary color
Monochromatic Colors of #EEF034
Black with #EEF034
Text Example
Text Example
White with #EEF034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF034; }
p { color: rgb(238,240,52); }
H1.HeaderClassName
{
color: #EEF034;
}
.AnyTagClassName
{
color: #EEF034;
}
</style>
background-color css
<style>
a { background-color: #EEF034; }
a { background-color: rgb(238,240,52); }
div.DivClassName
{
background-color: #EEF034;
}
.BgClassName
{
background-color: #EEF034;
}
</style>
border-color css
<style>
span { border-color: #EEF034; }
span { border-color: rgb(238,240,52); }
td.TdClassName
{
border-color: #EEF034;
}
.TagClassName
{
border-color: #EEF034;
}
</style>