Shades of Golden Fizz #EEDA39
Tints of Golden Fizz #EEDA39
RGB
CMYK
RGB Variations
Color information
#EEDA39 (or 0xEEDA39) is known color: Golden Fizz. HEX triplet: EE, DA and 39. RGB value is (238,218,57). Sum of RGB (Red+Green+Blue) = 238+218+57=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 57 (22.66% from 255 or 11.11% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA39 is #1125C6. Grayscale: #CECECE. Windows color (decimal): -1123783 or 3791598. OLE color: 3791598.
HSL color Cylindrical-coordinate representation of color #EEDA39: hue angle of 53.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEDA39 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 57 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.07 |
| HSL | 53.37º | 0.84% | 0.58% | - |
| HSV(B) | 53.37º | 0.76% | 0.93% | - |
| XYZ | 61.07 | 68.62 | 13.9 | - |
| YUV | 205.63 | 44.13 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 57 | 0 | 0.08 | 0.76 | 0.07 | 53.37 | 0.84 | 0.58 |
| Hex | EE | DA | 39 | 0 | 8 | 4C | 7 | 35 | 54 | 3A |
| Octal | 356 | 332 | 71 | 0 | 10 | 114 | 7 | 65 | 124 | 72 |
| Binary | 11101110 | 11011010 | 111001 | 0 | 1000 | 1001100 | 111 | 110101 | 1010100 | 111010 |
Color Harmonies of #EEDA39
Complementary color
Monochromatic Colors of #EEDA39
Black with #EEDA39
Text Example
Text Example
White with #EEDA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA39; }
p { color: rgb(238,218,57); }
H1.HeaderClassName
{
color: #EEDA39;
}
.AnyTagClassName
{
color: #EEDA39;
}
</style>
background-color css
<style>
a { background-color: #EEDA39; }
a { background-color: rgb(238,218,57); }
div.DivClassName
{
background-color: #EEDA39;
}
.BgClassName
{
background-color: #EEDA39;
}
</style>
border-color css
<style>
span { border-color: #EEDA39; }
span { border-color: rgb(238,218,57); }
td.TdClassName
{
border-color: #EEDA39;
}
.TagClassName
{
border-color: #EEDA39;
}
</style>