Shades of Golden Fizz #EEEC28
Tints of Golden Fizz #EEEC28
RGB
CMYK
RGB Variations
Color information
#EEEC28 (or 0xEEEC28) is known color: Golden Fizz. HEX triplet: EE, EC and 28. RGB value is (238,236,40). Sum of RGB (Red+Green+Blue) = 238+236+40=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEC28 is #1113D7. Grayscale: #D7D7D7. Windows color (decimal): -1119192 or 2682094. OLE color: 2682094.
HSL color Cylindrical-coordinate representation of color #EEEC28: hue angle of 59.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEEC28 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 40 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.07 |
| HSL | 59.39º | 0.85% | 0.55% | - |
| HSV(B) | 59.39º | 0.83% | 0.93% | - |
| XYZ | 65.64 | 78.32 | 13.67 | - |
| YUV | 214.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 40 | 0 | 0.01 | 0.83 | 0.07 | 59.39 | 0.85 | 0.55 |
| Hex | EE | EC | 28 | 0 | 1 | 53 | 7 | 3B | 55 | 37 |
| Octal | 356 | 354 | 50 | 0 | 1 | 123 | 7 | 73 | 125 | 67 |
| Binary | 11101110 | 11101100 | 101000 | 0 | 1 | 1010011 | 111 | 111011 | 1010101 | 110111 |
Color Harmonies of #EEEC28
Complementary color
Monochromatic Colors of #EEEC28
Black with #EEEC28
Text Example
Text Example
White with #EEEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC28; }
p { color: rgb(238,236,40); }
H1.HeaderClassName
{
color: #EEEC28;
}
.AnyTagClassName
{
color: #EEEC28;
}
</style>
background-color css
<style>
a { background-color: #EEEC28; }
a { background-color: rgb(238,236,40); }
div.DivClassName
{
background-color: #EEEC28;
}
.BgClassName
{
background-color: #EEEC28;
}
</style>
border-color css
<style>
span { border-color: #EEEC28; }
span { border-color: rgb(238,236,40); }
td.TdClassName
{
border-color: #EEEC28;
}
.TagClassName
{
border-color: #EEEC28;
}
</style>