Shades of Golden Fizz #EEDA36
Tints of Golden Fizz #EEDA36
RGB
CMYK
RGB Variations
Color information
#EEDA36 (or 0xEEDA36) is known color: Golden Fizz. HEX triplet: EE, DA and 36. RGB value is (238,218,54). Sum of RGB (Red+Green+Blue) = 238+218+54=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 54 (21.48% from 255 or 10.59% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA36 is #1125C9. Grayscale: #CDCDCD. Windows color (decimal): -1123786 or 3594990. OLE color: 3594990.
HSL color Cylindrical-coordinate representation of color #EEDA36: hue angle of 53.48º 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 #EEDA36 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 54 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.07 |
| HSL | 53.48º | 0.84% | 0.57% | - |
| HSV(B) | 53.48º | 0.77% | 0.93% | - |
| XYZ | 61 | 68.59 | 13.51 | - |
| YUV | 205.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 54 | 0 | 0.08 | 0.77 | 0.07 | 53.48 | 0.84 | 0.57 |
| Hex | EE | DA | 36 | 0 | 8 | 4D | 7 | 35 | 54 | 39 |
| Octal | 356 | 332 | 66 | 0 | 10 | 115 | 7 | 65 | 124 | 71 |
| Binary | 11101110 | 11011010 | 110110 | 0 | 1000 | 1001101 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EEDA36
Complementary color
Monochromatic Colors of #EEDA36
Black with #EEDA36
Text Example
Text Example
White with #EEDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA36; }
p { color: rgb(238,218,54); }
H1.HeaderClassName
{
color: #EEDA36;
}
.AnyTagClassName
{
color: #EEDA36;
}
</style>
background-color css
<style>
a { background-color: #EEDA36; }
a { background-color: rgb(238,218,54); }
div.DivClassName
{
background-color: #EEDA36;
}
.BgClassName
{
background-color: #EEDA36;
}
</style>
border-color css
<style>
span { border-color: #EEDA36; }
span { border-color: rgb(238,218,54); }
td.TdClassName
{
border-color: #EEDA36;
}
.TagClassName
{
border-color: #EEDA36;
}
</style>