Shades of Golden Fizz #EEF535
Tints of Golden Fizz #EEF535
RGB
CMYK
RGB Variations
Color information
#EEF535 (or 0xEEF535) is known color: Golden Fizz. HEX triplet: EE, F5 and 35. RGB value is (238,245,53). Sum of RGB (Red+Green+Blue) = 238+245+53=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 53 (21.09% from 255 or 9.89% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF535 is #110ACA. Grayscale: #DDDDDD. Windows color (decimal): -1116875 or 3536366. OLE color: 3536366.
HSL color Cylindrical-coordinate representation of color #EEF535: hue angle of 62.19º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEF535 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 53 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.04 |
| HSL | 62.19º | 0.91% | 0.58% | - |
| HSV(B) | 62.19º | 0.78% | 0.96% | - |
| XYZ | 68.55 | 83.74 | 15.92 | - |
| YUV | 221.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 53 | 0.03 | 0 | 0.78 | 0.04 | 62.19 | 0.91 | 0.58 |
| Hex | EE | F5 | 35 | 3 | 0 | 4E | 4 | 3E | 5B | 3A |
| Octal | 356 | 365 | 65 | 3 | 0 | 116 | 4 | 76 | 133 | 72 |
| Binary | 11101110 | 11110101 | 110101 | 11 | 0 | 1001110 | 100 | 111110 | 1011011 | 111010 |
Color Harmonies of #EEF535
Complementary color
Monochromatic Colors of #EEF535
Black with #EEF535
Text Example
Text Example
White with #EEF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF535; }
p { color: rgb(238,245,53); }
H1.HeaderClassName
{
color: #EEF535;
}
.AnyTagClassName
{
color: #EEF535;
}
</style>
background-color css
<style>
a { background-color: #EEF535; }
a { background-color: rgb(238,245,53); }
div.DivClassName
{
background-color: #EEF535;
}
.BgClassName
{
background-color: #EEF535;
}
</style>
border-color css
<style>
span { border-color: #EEF535; }
span { border-color: rgb(238,245,53); }
td.TdClassName
{
border-color: #EEF535;
}
.TagClassName
{
border-color: #EEF535;
}
</style>