Shades of Golden Fizz #EEDC21
Tints of Golden Fizz #EEDC21
RGB
CMYK
RGB Variations
Color information
#EEDC21 (or 0xEEDC21) is known color: Golden Fizz. HEX triplet: EE, DC and 21. RGB value is (238,220,33). Sum of RGB (Red+Green+Blue) = 238+220+33=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC21 is #1123DE. Grayscale: #CCCCCC. Windows color (decimal): -1123295 or 2219246. OLE color: 2219246.
HSL color Cylindrical-coordinate representation of color #EEDC21: hue angle of 54.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEDC21 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 33 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.73º | 0.86% | 0.53% | - |
| HSV(B) | 54.73º | 0.86% | 0.93% | - |
| XYZ | 61.13 | 69.47 | 11.63 | - |
| YUV | 204.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 33 | 0 | 0.08 | 0.86 | 0.07 | 54.73 | 0.86 | 0.53 |
| Hex | EE | DC | 21 | 0 | 8 | 56 | 7 | 37 | 56 | 35 |
| Octal | 356 | 334 | 41 | 0 | 10 | 126 | 7 | 67 | 126 | 65 |
| Binary | 11101110 | 11011100 | 100001 | 0 | 1000 | 1010110 | 111 | 110111 | 1010110 | 110101 |
Color Harmonies of #EEDC21
Complementary color
Monochromatic Colors of #EEDC21
Black with #EEDC21
Text Example
Text Example
White with #EEDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC21; }
p { color: rgb(238,220,33); }
H1.HeaderClassName
{
color: #EEDC21;
}
.AnyTagClassName
{
color: #EEDC21;
}
</style>
background-color css
<style>
a { background-color: #EEDC21; }
a { background-color: rgb(238,220,33); }
div.DivClassName
{
background-color: #EEDC21;
}
.BgClassName
{
background-color: #EEDC21;
}
</style>
border-color css
<style>
span { border-color: #EEDC21; }
span { border-color: rgb(238,220,33); }
td.TdClassName
{
border-color: #EEDC21;
}
.TagClassName
{
border-color: #EEDC21;
}
</style>