Shades of Golden Fizz #EEE534
Tints of Golden Fizz #EEE534
RGB
CMYK
RGB Variations
Color information
#EEE534 (or 0xEEE534) is known color: Golden Fizz. HEX triplet: EE, E5 and 34. RGB value is (238,229,52). Sum of RGB (Red+Green+Blue) = 238+229+52=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE534 is #111ACB. Grayscale: #D4D4D4. Windows color (decimal): -1120972 or 3466734. OLE color: 3466734.
HSL color Cylindrical-coordinate representation of color #EEE534: hue angle of 57.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEE534 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 52 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 57.1º | 0.85% | 0.57% | - |
| HSV(B) | 57.1º | 0.78% | 0.93% | - |
| XYZ | 63.9 | 74.46 | 14.25 | - |
| YUV | 211.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 52 | 0 | 0.04 | 0.78 | 0.07 | 57.1 | 0.85 | 0.57 |
| Hex | EE | E5 | 34 | 0 | 4 | 4E | 7 | 39 | 55 | 39 |
| Octal | 356 | 345 | 64 | 0 | 4 | 116 | 7 | 71 | 125 | 71 |
| Binary | 11101110 | 11100101 | 110100 | 0 | 100 | 1001110 | 111 | 111001 | 1010101 | 111001 |
Color Harmonies of #EEE534
Complementary color
Monochromatic Colors of #EEE534
Black with #EEE534
Text Example
Text Example
White with #EEE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE534; }
p { color: rgb(238,229,52); }
H1.HeaderClassName
{
color: #EEE534;
}
.AnyTagClassName
{
color: #EEE534;
}
</style>
background-color css
<style>
a { background-color: #EEE534; }
a { background-color: rgb(238,229,52); }
div.DivClassName
{
background-color: #EEE534;
}
.BgClassName
{
background-color: #EEE534;
}
</style>
border-color css
<style>
span { border-color: #EEE534; }
span { border-color: rgb(238,229,52); }
td.TdClassName
{
border-color: #EEE534;
}
.TagClassName
{
border-color: #EEE534;
}
</style>