Shades of Golden Fizz #EEDC34
Tints of Golden Fizz #EEDC34
RGB
CMYK
RGB Variations
Color information
#EEDC34 (or 0xEEDC34) is known color: Golden Fizz. HEX triplet: EE, DC and 34. RGB value is (238,220,52). Sum of RGB (Red+Green+Blue) = 238+220+52=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC34 is #1123CB. Grayscale: #CECECE. Windows color (decimal): -1123276 or 3464430. OLE color: 3464430.
HSL color Cylindrical-coordinate representation of color #EEDC34: hue angle of 54.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEDC34 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 52 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.07 |
| HSL | 54.19º | 0.85% | 0.57% | - |
| HSV(B) | 54.19º | 0.78% | 0.93% | - |
| XYZ | 61.47 | 69.61 | 13.45 | - |
| YUV | 206.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 52 | 0 | 0.08 | 0.78 | 0.07 | 54.19 | 0.85 | 0.57 |
| Hex | EE | DC | 34 | 0 | 8 | 4E | 7 | 36 | 55 | 39 |
| Octal | 356 | 334 | 64 | 0 | 10 | 116 | 7 | 66 | 125 | 71 |
| Binary | 11101110 | 11011100 | 110100 | 0 | 1000 | 1001110 | 111 | 110110 | 1010101 | 111001 |
Color Harmonies of #EEDC34
Complementary color
Monochromatic Colors of #EEDC34
Black with #EEDC34
Text Example
Text Example
White with #EEDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC34; }
p { color: rgb(238,220,52); }
H1.HeaderClassName
{
color: #EEDC34;
}
.AnyTagClassName
{
color: #EEDC34;
}
</style>
background-color css
<style>
a { background-color: #EEDC34; }
a { background-color: rgb(238,220,52); }
div.DivClassName
{
background-color: #EEDC34;
}
.BgClassName
{
background-color: #EEDC34;
}
</style>
border-color css
<style>
span { border-color: #EEDC34; }
span { border-color: rgb(238,220,52); }
td.TdClassName
{
border-color: #EEDC34;
}
.TagClassName
{
border-color: #EEDC34;
}
</style>