Shades of Golden Fizz #EEED34
Tints of Golden Fizz #EEED34
RGB
CMYK
RGB Variations
Color information
#EEED34 (or 0xEEED34) is known color: Golden Fizz. HEX triplet: EE, ED and 34. RGB value is (238,237,52). Sum of RGB (Red+Green+Blue) = 238+237+52=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 52 (20.70% from 255 or 9.87% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED34 is #1112CB. Grayscale: #D8D8D8. Windows color (decimal): -1118924 or 3468782. OLE color: 3468782.
HSL color Cylindrical-coordinate representation of color #EEED34: 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.78%. Process color model (Four color, CMYK) of #EEED34 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 52 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.07 |
| HSL | 59.68º | 0.85% | 0.57% | - |
| HSV(B) | 59.68º | 0.78% | 0.93% | - |
| XYZ | 66.16 | 78.99 | 15.01 | - |
| YUV | 216.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 52 | 0 | 0.00 | 0.78 | 0.07 | 59.68 | 0.85 | 0.57 |
| Hex | EE | ED | 34 | 0 | 0 | 4E | 7 | 3C | 55 | 39 |
| Octal | 356 | 355 | 64 | 0 | 0 | 116 | 7 | 74 | 125 | 71 |
| Binary | 11101110 | 11101101 | 110100 | 0 | 0 | 1001110 | 111 | 111100 | 1010101 | 111001 |
Color Harmonies of #EEED34
Complementary color
Monochromatic Colors of #EEED34
Black with #EEED34
Text Example
Text Example
White with #EEED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED34; }
p { color: rgb(238,237,52); }
H1.HeaderClassName
{
color: #EEED34;
}
.AnyTagClassName
{
color: #EEED34;
}
</style>
background-color css
<style>
a { background-color: #EEED34; }
a { background-color: rgb(238,237,52); }
div.DivClassName
{
background-color: #EEED34;
}
.BgClassName
{
background-color: #EEED34;
}
</style>
border-color css
<style>
span { border-color: #EEED34; }
span { border-color: rgb(238,237,52); }
td.TdClassName
{
border-color: #EEED34;
}
.TagClassName
{
border-color: #EEED34;
}
</style>