Shades of Golden Fizz #EEDC2D
Tints of Golden Fizz #EEDC2D
RGB
CMYK
RGB Variations
Color information
#EEDC2D (or 0xEEDC2D) is known color: Golden Fizz. HEX triplet: EE, DC and 2D. RGB value is (238,220,45). Sum of RGB (Red+Green+Blue) = 238+220+45=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC2D is #1123D2. Grayscale: #CECECE. Windows color (decimal): -1123283 or 3005678. OLE color: 3005678.
HSL color Cylindrical-coordinate representation of color #EEDC2D: hue angle of 54.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEDC2D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 45 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 54.4º | 0.85% | 0.55% | - |
| HSV(B) | 54.4º | 0.81% | 0.93% | - |
| XYZ | 61.33 | 69.55 | 12.68 | - |
| YUV | 205.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 45 | 0 | 0.08 | 0.81 | 0.07 | 54.4 | 0.85 | 0.55 |
| Hex | EE | DC | 2D | 0 | 8 | 51 | 7 | 36 | 55 | 37 |
| Octal | 356 | 334 | 55 | 0 | 10 | 121 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011100 | 101101 | 0 | 1000 | 1010001 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EEDC2D
Complementary color
Monochromatic Colors of #EEDC2D
Black with #EEDC2D
Text Example
Text Example
White with #EEDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC2D; }
p { color: rgb(238,220,45); }
H1.HeaderClassName
{
color: #EEDC2D;
}
.AnyTagClassName
{
color: #EEDC2D;
}
</style>
background-color css
<style>
a { background-color: #EEDC2D; }
a { background-color: rgb(238,220,45); }
div.DivClassName
{
background-color: #EEDC2D;
}
.BgClassName
{
background-color: #EEDC2D;
}
</style>
border-color css
<style>
span { border-color: #EEDC2D; }
span { border-color: rgb(238,220,45); }
td.TdClassName
{
border-color: #EEDC2D;
}
.TagClassName
{
border-color: #EEDC2D;
}
</style>