Shades of Golden Fizz #EEF035
Tints of Golden Fizz #EEF035
RGB
CMYK
RGB Variations
Color information
#EEF035 (or 0xEEF035) is known color: Golden Fizz. HEX triplet: EE, F0 and 35. RGB value is (238,240,53). Sum of RGB (Red+Green+Blue) = 238+240+53=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF035 is #110FCA. Grayscale: #DADADA. Windows color (decimal): -1118155 or 3535086. OLE color: 3535086.
HSL color Cylindrical-coordinate representation of color #EEF035: 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 #EEF035 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 53 | - |
| 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.06 | 80.75 | 15.42 | - |
| YUV | 218.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 53 | 0.01 | 0 | 0.78 | 0.06 | 60.64 | 0.86 | 0.57 |
| Hex | EE | F0 | 35 | 1 | 0 | 4E | 6 | 3D | 56 | 39 |
| Octal | 356 | 360 | 65 | 1 | 0 | 116 | 6 | 75 | 126 | 71 |
| Binary | 11101110 | 11110000 | 110101 | 1 | 0 | 1001110 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #EEF035
Complementary color
Monochromatic Colors of #EEF035
Black with #EEF035
Text Example
Text Example
White with #EEF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF035; }
p { color: rgb(238,240,53); }
H1.HeaderClassName
{
color: #EEF035;
}
.AnyTagClassName
{
color: #EEF035;
}
</style>
background-color css
<style>
a { background-color: #EEF035; }
a { background-color: rgb(238,240,53); }
div.DivClassName
{
background-color: #EEF035;
}
.BgClassName
{
background-color: #EEF035;
}
</style>
border-color css
<style>
span { border-color: #EEF035; }
span { border-color: rgb(238,240,53); }
td.TdClassName
{
border-color: #EEF035;
}
.TagClassName
{
border-color: #EEF035;
}
</style>