Shades of Golden Fizz #EEEC2C
Tints of Golden Fizz #EEEC2C
RGB
CMYK
RGB Variations
Color information
#EEEC2C (or 0xEEEC2C) is known color: Golden Fizz. HEX triplet: EE, EC and 2C. RGB value is (238,236,44). Sum of RGB (Red+Green+Blue) = 238+236+44=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEC2C is #1113D3. Grayscale: #D7D7D7. Windows color (decimal): -1119188 or 2944238. OLE color: 2944238.
HSL color Cylindrical-coordinate representation of color #EEEC2C: hue angle of 59.38º 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 #EEEC2C is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 44 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.07 |
| HSL | 59.38º | 0.85% | 0.55% | - |
| HSV(B) | 59.38º | 0.82% | 0.93% | - |
| XYZ | 65.71 | 78.35 | 14.04 | - |
| YUV | 214.71 | 31.66 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 44 | 0 | 0.01 | 0.82 | 0.07 | 59.38 | 0.85 | 0.55 |
| Hex | EE | EC | 2C | 0 | 1 | 52 | 7 | 3B | 55 | 37 |
| Octal | 356 | 354 | 54 | 0 | 1 | 122 | 7 | 73 | 125 | 67 |
| Binary | 11101110 | 11101100 | 101100 | 0 | 1 | 1010010 | 111 | 111011 | 1010101 | 110111 |
Color Harmonies of #EEEC2C
Complementary color
Monochromatic Colors of #EEEC2C
Black with #EEEC2C
Text Example
Text Example
White with #EEEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC2C; }
p { color: rgb(238,236,44); }
H1.HeaderClassName
{
color: #EEEC2C;
}
.AnyTagClassName
{
color: #EEEC2C;
}
</style>
background-color css
<style>
a { background-color: #EEEC2C; }
a { background-color: rgb(238,236,44); }
div.DivClassName
{
background-color: #EEEC2C;
}
.BgClassName
{
background-color: #EEEC2C;
}
</style>
border-color css
<style>
span { border-color: #EEEC2C; }
span { border-color: rgb(238,236,44); }
td.TdClassName
{
border-color: #EEEC2C;
}
.TagClassName
{
border-color: #EEEC2C;
}
</style>