Shades of Golden Fizz #EEDA2C
Tints of Golden Fizz #EEDA2C
RGB
CMYK
RGB Variations
Color information
#EEDA2C (or 0xEEDA2C) is known color: Golden Fizz. HEX triplet: EE, DA and 2C. RGB value is (238,218,44). Sum of RGB (Red+Green+Blue) = 238+218+44=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 44 (17.58% from 255 or 8.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA2C is #1125D3. Grayscale: #CCCCCC. Windows color (decimal): -1123796 or 2939630. OLE color: 2939630.
HSL color Cylindrical-coordinate representation of color #EEDA2C: hue angle of 53.81º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEDA2C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 44 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.07 |
| HSL | 53.81º | 0.85% | 0.55% | - |
| HSV(B) | 53.81º | 0.82% | 0.93% | - |
| XYZ | 60.79 | 68.5 | 12.4 | - |
| YUV | 204.14 | 37.63 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 44 | 0 | 0.08 | 0.82 | 0.07 | 53.81 | 0.85 | 0.55 |
| Hex | EE | DA | 2C | 0 | 8 | 52 | 7 | 36 | 55 | 37 |
| Octal | 356 | 332 | 54 | 0 | 10 | 122 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011010 | 101100 | 0 | 1000 | 1010010 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EEDA2C
Complementary color
Monochromatic Colors of #EEDA2C
Black with #EEDA2C
Text Example
Text Example
White with #EEDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA2C; }
p { color: rgb(238,218,44); }
H1.HeaderClassName
{
color: #EEDA2C;
}
.AnyTagClassName
{
color: #EEDA2C;
}
</style>
background-color css
<style>
a { background-color: #EEDA2C; }
a { background-color: rgb(238,218,44); }
div.DivClassName
{
background-color: #EEDA2C;
}
.BgClassName
{
background-color: #EEDA2C;
}
</style>
border-color css
<style>
span { border-color: #EEDA2C; }
span { border-color: rgb(238,218,44); }
td.TdClassName
{
border-color: #EEDA2C;
}
.TagClassName
{
border-color: #EEDA2C;
}
</style>