Shades of Golden Fizz #EEF536
Tints of Golden Fizz #EEF536
RGB
CMYK
RGB Variations
Color information
#EEF536 (or 0xEEF536) is known color: Golden Fizz. HEX triplet: EE, F5 and 36. RGB value is (238,245,54). Sum of RGB (Red+Green+Blue) = 238+245+54=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 54 (21.48% from 255 or 10.06% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF536 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF536 is #110AC9. Grayscale: #DDDDDD. Windows color (decimal): -1116874 or 3601902. OLE color: 3601902.
HSL color Cylindrical-coordinate representation of color #EEF536: hue angle of 62.2º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEF536 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 54 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.04 |
| HSL | 62.2º | 0.91% | 0.59% | - |
| HSV(B) | 62.2º | 0.78% | 0.96% | - |
| XYZ | 68.58 | 83.75 | 16.04 | - |
| YUV | 221.13 | 33.68 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 54 | 0.03 | 0 | 0.78 | 0.04 | 62.2 | 0.91 | 0.59 |
| Hex | EE | F5 | 36 | 3 | 0 | 4E | 4 | 3E | 5B | 3B |
| Octal | 356 | 365 | 66 | 3 | 0 | 116 | 4 | 76 | 133 | 73 |
| Binary | 11101110 | 11110101 | 110110 | 11 | 0 | 1001110 | 100 | 111110 | 1011011 | 111011 |
Color Harmonies of #EEF536
Complementary color
Monochromatic Colors of #EEF536
Black with #EEF536
Text Example
Text Example
White with #EEF536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF536; }
p { color: rgb(238,245,54); }
H1.HeaderClassName
{
color: #EEF536;
}
.AnyTagClassName
{
color: #EEF536;
}
</style>
background-color css
<style>
a { background-color: #EEF536; }
a { background-color: rgb(238,245,54); }
div.DivClassName
{
background-color: #EEF536;
}
.BgClassName
{
background-color: #EEF536;
}
</style>
border-color css
<style>
span { border-color: #EEF536; }
span { border-color: rgb(238,245,54); }
td.TdClassName
{
border-color: #EEF536;
}
.TagClassName
{
border-color: #EEF536;
}
</style>