Shades of Golden Fizz #EEDA37
Tints of Golden Fizz #EEDA37
RGB
CMYK
RGB Variations
Color information
#EEDA37 (or 0xEEDA37) is known color: Golden Fizz. HEX triplet: EE, DA and 37. RGB value is (238,218,55). Sum of RGB (Red+Green+Blue) = 238+218+55=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA37 is #1125C8. Grayscale: #CECECE. Windows color (decimal): -1123785 or 3660526. OLE color: 3660526.
HSL color Cylindrical-coordinate representation of color #EEDA37: hue angle of 53.44º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEDA37 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 55 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.07 |
| HSL | 53.44º | 0.84% | 0.57% | - |
| HSV(B) | 53.44º | 0.77% | 0.93% | - |
| XYZ | 61.02 | 68.6 | 13.64 | - |
| YUV | 205.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 55 | 0 | 0.08 | 0.77 | 0.07 | 53.44 | 0.84 | 0.57 |
| Hex | EE | DA | 37 | 0 | 8 | 4D | 7 | 35 | 54 | 39 |
| Octal | 356 | 332 | 67 | 0 | 10 | 115 | 7 | 65 | 124 | 71 |
| Binary | 11101110 | 11011010 | 110111 | 0 | 1000 | 1001101 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EEDA37
Complementary color
Monochromatic Colors of #EEDA37
Black with #EEDA37
Text Example
Text Example
White with #EEDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA37; }
p { color: rgb(238,218,55); }
H1.HeaderClassName
{
color: #EEDA37;
}
.AnyTagClassName
{
color: #EEDA37;
}
</style>
background-color css
<style>
a { background-color: #EEDA37; }
a { background-color: rgb(238,218,55); }
div.DivClassName
{
background-color: #EEDA37;
}
.BgClassName
{
background-color: #EEDA37;
}
</style>
border-color css
<style>
span { border-color: #EEDA37; }
span { border-color: rgb(238,218,55); }
td.TdClassName
{
border-color: #EEDA37;
}
.TagClassName
{
border-color: #EEDA37;
}
</style>