Shades of Golden Fizz #EEEC2D
Tints of Golden Fizz #EEEC2D
RGB
CMYK
RGB Variations
Color information
#EEEC2D (or 0xEEEC2D) is known color: Golden Fizz. HEX triplet: EE, EC and 2D. RGB value is (238,236,45). Sum of RGB (Red+Green+Blue) = 238+236+45=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEC2D is #1113D2. Grayscale: #D7D7D7. Windows color (decimal): -1119187 or 3009774. OLE color: 3009774.
HSL color Cylindrical-coordinate representation of color #EEEC2D: 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.81%. Process color model (Four color, CMYK) of #EEEC2D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 45 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.07 |
| HSL | 59.38º | 0.85% | 0.55% | - |
| HSV(B) | 59.38º | 0.81% | 0.93% | - |
| XYZ | 65.73 | 78.36 | 14.14 | - |
| YUV | 214.82 | 32.16 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 45 | 0 | 0.01 | 0.81 | 0.07 | 59.38 | 0.85 | 0.55 |
| Hex | EE | EC | 2D | 0 | 1 | 51 | 7 | 3B | 55 | 37 |
| Octal | 356 | 354 | 55 | 0 | 1 | 121 | 7 | 73 | 125 | 67 |
| Binary | 11101110 | 11101100 | 101101 | 0 | 1 | 1010001 | 111 | 111011 | 1010101 | 110111 |
Color Harmonies of #EEEC2D
Complementary color
Monochromatic Colors of #EEEC2D
Black with #EEEC2D
Text Example
Text Example
White with #EEEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC2D; }
p { color: rgb(238,236,45); }
H1.HeaderClassName
{
color: #EEEC2D;
}
.AnyTagClassName
{
color: #EEEC2D;
}
</style>
background-color css
<style>
a { background-color: #EEEC2D; }
a { background-color: rgb(238,236,45); }
div.DivClassName
{
background-color: #EEEC2D;
}
.BgClassName
{
background-color: #EEEC2D;
}
</style>
border-color css
<style>
span { border-color: #EEEC2D; }
span { border-color: rgb(238,236,45); }
td.TdClassName
{
border-color: #EEEC2D;
}
.TagClassName
{
border-color: #EEEC2D;
}
</style>