Shades of Golden Fizz #EEED33
Tints of Golden Fizz #EEED33
RGB
CMYK
RGB Variations
Color information
#EEED33 (or 0xEEED33) is known color: Golden Fizz. HEX triplet: EE, ED and 33. RGB value is (238,237,51). Sum of RGB (Red+Green+Blue) = 238+237+51=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED33 is #1112CC. Grayscale: #D8D8D8. Windows color (decimal): -1118925 or 3403246. OLE color: 3403246.
HSL color Cylindrical-coordinate representation of color #EEED33: hue angle of 59.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEED33 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 51 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.07 |
| HSL | 59.68º | 0.85% | 0.57% | - |
| HSV(B) | 59.68º | 0.79% | 0.93% | - |
| XYZ | 66.14 | 78.98 | 14.89 | - |
| YUV | 216.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 51 | 0 | 0.00 | 0.79 | 0.07 | 59.68 | 0.85 | 0.57 |
| Hex | EE | ED | 33 | 0 | 0 | 4F | 7 | 3C | 55 | 39 |
| Octal | 356 | 355 | 63 | 0 | 0 | 117 | 7 | 74 | 125 | 71 |
| Binary | 11101110 | 11101101 | 110011 | 0 | 0 | 1001111 | 111 | 111100 | 1010101 | 111001 |
Color Harmonies of #EEED33
Complementary color
Monochromatic Colors of #EEED33
Black with #EEED33
Text Example
Text Example
White with #EEED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED33; }
p { color: rgb(238,237,51); }
H1.HeaderClassName
{
color: #EEED33;
}
.AnyTagClassName
{
color: #EEED33;
}
</style>
background-color css
<style>
a { background-color: #EEED33; }
a { background-color: rgb(238,237,51); }
div.DivClassName
{
background-color: #EEED33;
}
.BgClassName
{
background-color: #EEED33;
}
</style>
border-color css
<style>
span { border-color: #EEED33; }
span { border-color: rgb(238,237,51); }
td.TdClassName
{
border-color: #EEED33;
}
.TagClassName
{
border-color: #EEED33;
}
</style>