Shades of Golden Fizz #EEDC3C
Tints of Golden Fizz #EEDC3C
RGB
CMYK
RGB Variations
Color information
#EEDC3C (or 0xEEDC3C) is known color: Golden Fizz. HEX triplet: EE, DC and 3C. RGB value is (238,220,60). Sum of RGB (Red+Green+Blue) = 238+220+60=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC3C is #1123C3. Grayscale: #CFCFCF. Windows color (decimal): -1123268 or 3988718. OLE color: 3988718.
HSL color Cylindrical-coordinate representation of color #EEDC3C: hue angle of 53.93º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEDC3C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.93º | 0.84% | 0.58% | - |
| HSV(B) | 53.93º | 0.75% | 0.93% | - |
| XYZ | 61.67 | 69.69 | 14.48 | - |
| YUV | 207.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 60 | 0 | 0.08 | 0.75 | 0.07 | 53.93 | 0.84 | 0.58 |
| Hex | EE | DC | 3C | 0 | 8 | 4B | 7 | 36 | 54 | 3A |
| Octal | 356 | 334 | 74 | 0 | 10 | 113 | 7 | 66 | 124 | 72 |
| Binary | 11101110 | 11011100 | 111100 | 0 | 1000 | 1001011 | 111 | 110110 | 1010100 | 111010 |
Color Harmonies of #EEDC3C
Complementary color
Monochromatic Colors of #EEDC3C
Black with #EEDC3C
Text Example
Text Example
White with #EEDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC3C; }
p { color: rgb(238,220,60); }
H1.HeaderClassName
{
color: #EEDC3C;
}
.AnyTagClassName
{
color: #EEDC3C;
}
</style>
background-color css
<style>
a { background-color: #EEDC3C; }
a { background-color: rgb(238,220,60); }
div.DivClassName
{
background-color: #EEDC3C;
}
.BgClassName
{
background-color: #EEDC3C;
}
</style>
border-color css
<style>
span { border-color: #EEDC3C; }
span { border-color: rgb(238,220,60); }
td.TdClassName
{
border-color: #EEDC3C;
}
.TagClassName
{
border-color: #EEDC3C;
}
</style>