Shades of Golden Fizz #EEDC2E
Tints of Golden Fizz #EEDC2E
RGB
CMYK
RGB Variations
Color information
#EEDC2E (or 0xEEDC2E) is known color: Golden Fizz. HEX triplet: EE, DC and 2E. RGB value is (238,220,46). Sum of RGB (Red+Green+Blue) = 238+220+46=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC2E is #1123D1. Grayscale: #CECECE. Windows color (decimal): -1123282 or 3071214. OLE color: 3071214.
HSL color Cylindrical-coordinate representation of color #EEDC2E: hue angle of 54.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEDC2E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 46 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 54.38º | 0.85% | 0.56% | - |
| HSV(B) | 54.38º | 0.81% | 0.93% | - |
| XYZ | 61.35 | 69.56 | 12.78 | - |
| YUV | 205.55 | 37.96 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 46 | 0 | 0.08 | 0.81 | 0.07 | 54.38 | 0.85 | 0.56 |
| Hex | EE | DC | 2E | 0 | 8 | 51 | 7 | 36 | 55 | 38 |
| Octal | 356 | 334 | 56 | 0 | 10 | 121 | 7 | 66 | 125 | 70 |
| Binary | 11101110 | 11011100 | 101110 | 0 | 1000 | 1010001 | 111 | 110110 | 1010101 | 111000 |
Color Harmonies of #EEDC2E
Complementary color
Monochromatic Colors of #EEDC2E
Black with #EEDC2E
Text Example
Text Example
White with #EEDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC2E; }
p { color: rgb(238,220,46); }
H1.HeaderClassName
{
color: #EEDC2E;
}
.AnyTagClassName
{
color: #EEDC2E;
}
</style>
background-color css
<style>
a { background-color: #EEDC2E; }
a { background-color: rgb(238,220,46); }
div.DivClassName
{
background-color: #EEDC2E;
}
.BgClassName
{
background-color: #EEDC2E;
}
</style>
border-color css
<style>
span { border-color: #EEDC2E; }
span { border-color: rgb(238,220,46); }
td.TdClassName
{
border-color: #EEDC2E;
}
.TagClassName
{
border-color: #EEDC2E;
}
</style>