Shades of Golden Fizz #EEDC2A
Tints of Golden Fizz #EEDC2A
RGB
CMYK
RGB Variations
Color information
#EEDC2A (or 0xEEDC2A) is known color: Golden Fizz. HEX triplet: EE, DC and 2A. RGB value is (238,220,42). Sum of RGB (Red+Green+Blue) = 238+220+42=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC2A is #1123D5. Grayscale: #CDCDCD. Windows color (decimal): -1123286 or 2809070. OLE color: 2809070.
HSL color Cylindrical-coordinate representation of color #EEDC2A: hue angle of 54.49º 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 #EEDC2A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 42 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.07 |
| HSL | 54.49º | 0.85% | 0.55% | - |
| HSV(B) | 54.49º | 0.82% | 0.93% | - |
| XYZ | 61.27 | 69.53 | 12.38 | - |
| YUV | 205.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 42 | 0 | 0.08 | 0.82 | 0.07 | 54.49 | 0.85 | 0.55 |
| Hex | EE | DC | 2A | 0 | 8 | 52 | 7 | 36 | 55 | 37 |
| Octal | 356 | 334 | 52 | 0 | 10 | 122 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011100 | 101010 | 0 | 1000 | 1010010 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EEDC2A
Complementary color
Monochromatic Colors of #EEDC2A
Black with #EEDC2A
Text Example
Text Example
White with #EEDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC2A; }
p { color: rgb(238,220,42); }
H1.HeaderClassName
{
color: #EEDC2A;
}
.AnyTagClassName
{
color: #EEDC2A;
}
</style>
background-color css
<style>
a { background-color: #EEDC2A; }
a { background-color: rgb(238,220,42); }
div.DivClassName
{
background-color: #EEDC2A;
}
.BgClassName
{
background-color: #EEDC2A;
}
</style>
border-color css
<style>
span { border-color: #EEDC2A; }
span { border-color: rgb(238,220,42); }
td.TdClassName
{
border-color: #EEDC2A;
}
.TagClassName
{
border-color: #EEDC2A;
}
</style>