Shades of Golden Fizz #EEE523
Tints of Golden Fizz #EEE523
RGB
CMYK
RGB Variations
Color information
#EEE523 (or 0xEEE523) is known color: Golden Fizz. HEX triplet: EE, E5 and 23. RGB value is (238,229,35). Sum of RGB (Red+Green+Blue) = 238+229+35=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 35 (14.06% from 255 or 6.97% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE523 is #111ADC. Grayscale: #D2D2D2. Windows color (decimal): -1120989 or 2352622. OLE color: 2352622.
HSL color Cylindrical-coordinate representation of color #EEE523: hue angle of 57.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEE523 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 35 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.07 |
| HSL | 57.34º | 0.86% | 0.54% | - |
| HSV(B) | 57.34º | 0.85% | 0.93% | - |
| XYZ | 63.58 | 74.34 | 12.59 | - |
| YUV | 209.58 | 29.48 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 35 | 0 | 0.04 | 0.85 | 0.07 | 57.34 | 0.86 | 0.54 |
| Hex | EE | E5 | 23 | 0 | 4 | 55 | 7 | 39 | 56 | 36 |
| Octal | 356 | 345 | 43 | 0 | 4 | 125 | 7 | 71 | 126 | 66 |
| Binary | 11101110 | 11100101 | 100011 | 0 | 100 | 1010101 | 111 | 111001 | 1010110 | 110110 |
Color Harmonies of #EEE523
Complementary color
Monochromatic Colors of #EEE523
Black with #EEE523
Text Example
Text Example
White with #EEE523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE523; }
p { color: rgb(238,229,35); }
H1.HeaderClassName
{
color: #EEE523;
}
.AnyTagClassName
{
color: #EEE523;
}
</style>
background-color css
<style>
a { background-color: #EEE523; }
a { background-color: rgb(238,229,35); }
div.DivClassName
{
background-color: #EEE523;
}
.BgClassName
{
background-color: #EEE523;
}
</style>
border-color css
<style>
span { border-color: #EEE523; }
span { border-color: rgb(238,229,35); }
td.TdClassName
{
border-color: #EEE523;
}
.TagClassName
{
border-color: #EEE523;
}
</style>