Shades of Golden Fizz #EEED21
Tints of Golden Fizz #EEED21
RGB
CMYK
RGB Variations
Color information
#EEED21 (or 0xEEED21) is known color: Golden Fizz. HEX triplet: EE, ED and 21. RGB value is (238,237,33). Sum of RGB (Red+Green+Blue) = 238+237+33=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 33 (13.28% from 255 or 6.50% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED21 is #1112DE. Grayscale: #D6D6D6. Windows color (decimal): -1118943 or 2223598. OLE color: 2223598.
HSL color Cylindrical-coordinate representation of color #EEED21: hue angle of 59.71º 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 #EEED21 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 33 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.07 |
| HSL | 59.71º | 0.86% | 0.53% | - |
| HSV(B) | 59.71º | 0.86% | 0.93% | - |
| XYZ | 65.82 | 78.86 | 13.19 | - |
| YUV | 214.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 33 | 0 | 0.00 | 0.86 | 0.07 | 59.71 | 0.86 | 0.53 |
| Hex | EE | ED | 21 | 0 | 0 | 56 | 7 | 3C | 56 | 35 |
| Octal | 356 | 355 | 41 | 0 | 0 | 126 | 7 | 74 | 126 | 65 |
| Binary | 11101110 | 11101101 | 100001 | 0 | 0 | 1010110 | 111 | 111100 | 1010110 | 110101 |
Color Harmonies of #EEED21
Complementary color
Monochromatic Colors of #EEED21
Black with #EEED21
Text Example
Text Example
White with #EEED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED21; }
p { color: rgb(238,237,33); }
H1.HeaderClassName
{
color: #EEED21;
}
.AnyTagClassName
{
color: #EEED21;
}
</style>
background-color css
<style>
a { background-color: #EEED21; }
a { background-color: rgb(238,237,33); }
div.DivClassName
{
background-color: #EEED21;
}
.BgClassName
{
background-color: #EEED21;
}
</style>
border-color css
<style>
span { border-color: #EEED21; }
span { border-color: rgb(238,237,33); }
td.TdClassName
{
border-color: #EEED21;
}
.TagClassName
{
border-color: #EEED21;
}
</style>