Shades of Golden Fizz #EEED23
Tints of Golden Fizz #EEED23
RGB
CMYK
RGB Variations
Color information
#EEED23 (or 0xEEED23) is known color: Golden Fizz. HEX triplet: EE, ED and 23. RGB value is (238,237,35). Sum of RGB (Red+Green+Blue) = 238+237+35=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 35 (14.06% from 255 or 6.86% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED23 is #1112DC. Grayscale: #D7D7D7. Windows color (decimal): -1118941 or 2354670. OLE color: 2354670.
HSL color Cylindrical-coordinate representation of color #EEED23: hue angle of 59.7º 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 #EEED23 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 35 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.07 |
| HSL | 59.7º | 0.86% | 0.54% | - |
| HSV(B) | 59.7º | 0.85% | 0.93% | - |
| XYZ | 65.85 | 78.87 | 13.34 | - |
| YUV | 214.27 | 26.83 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 35 | 0 | 0.00 | 0.85 | 0.07 | 59.7 | 0.86 | 0.54 |
| Hex | EE | ED | 23 | 0 | 0 | 55 | 7 | 3C | 56 | 36 |
| Octal | 356 | 355 | 43 | 0 | 0 | 125 | 7 | 74 | 126 | 66 |
| Binary | 11101110 | 11101101 | 100011 | 0 | 0 | 1010101 | 111 | 111100 | 1010110 | 110110 |
Color Harmonies of #EEED23
Complementary color
Monochromatic Colors of #EEED23
Black with #EEED23
Text Example
Text Example
White with #EEED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED23; }
p { color: rgb(238,237,35); }
H1.HeaderClassName
{
color: #EEED23;
}
.AnyTagClassName
{
color: #EEED23;
}
</style>
background-color css
<style>
a { background-color: #EEED23; }
a { background-color: rgb(238,237,35); }
div.DivClassName
{
background-color: #EEED23;
}
.BgClassName
{
background-color: #EEED23;
}
</style>
border-color css
<style>
span { border-color: #EEED23; }
span { border-color: rgb(238,237,35); }
td.TdClassName
{
border-color: #EEED23;
}
.TagClassName
{
border-color: #EEED23;
}
</style>