Shades of Golden Fizz #EEDB2C
Tints of Golden Fizz #EEDB2C
RGB
CMYK
RGB Variations
Color information
#EEDB2C (or 0xEEDB2C) is known color: Golden Fizz. HEX triplet: EE, DB and 2C. RGB value is (238,219,44). Sum of RGB (Red+Green+Blue) = 238+219+44=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB2C is #1124D3. Grayscale: #CDCDCD. Windows color (decimal): -1123540 or 2939886. OLE color: 2939886.
HSL color Cylindrical-coordinate representation of color #EEDB2C: hue angle of 54.12º 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 #EEDB2C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 44 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.07 |
| HSL | 54.12º | 0.85% | 0.55% | - |
| HSV(B) | 54.12º | 0.82% | 0.93% | - |
| XYZ | 61.05 | 69.02 | 12.49 | - |
| YUV | 204.73 | 37.29 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 44 | 0 | 0.08 | 0.82 | 0.07 | 54.12 | 0.85 | 0.55 |
| Hex | EE | DB | 2C | 0 | 8 | 52 | 7 | 36 | 55 | 37 |
| Octal | 356 | 333 | 54 | 0 | 10 | 122 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011011 | 101100 | 0 | 1000 | 1010010 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EEDB2C
Complementary color
Monochromatic Colors of #EEDB2C
Black with #EEDB2C
Text Example
Text Example
White with #EEDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB2C; }
p { color: rgb(238,219,44); }
H1.HeaderClassName
{
color: #EEDB2C;
}
.AnyTagClassName
{
color: #EEDB2C;
}
</style>
background-color css
<style>
a { background-color: #EEDB2C; }
a { background-color: rgb(238,219,44); }
div.DivClassName
{
background-color: #EEDB2C;
}
.BgClassName
{
background-color: #EEDB2C;
}
</style>
border-color css
<style>
span { border-color: #EEDB2C; }
span { border-color: rgb(238,219,44); }
td.TdClassName
{
border-color: #EEDB2C;
}
.TagClassName
{
border-color: #EEDB2C;
}
</style>