Shades of Golden Fizz #EEED37
Tints of Golden Fizz #EEED37
RGB
CMYK
RGB Variations
Color information
#EEED37 (or 0xEEED37) is known color: Golden Fizz. HEX triplet: EE, ED and 37. RGB value is (238,237,55). Sum of RGB (Red+Green+Blue) = 238+237+55=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 55 (21.88% from 255 or 10.38% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED37 is #1112C8. Grayscale: #D9D9D9. Windows color (decimal): -1118921 or 3665390. OLE color: 3665390.
HSL color Cylindrical-coordinate representation of color #EEED37: hue angle of 59.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEED37 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 55 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.07 |
| HSL | 59.67º | 0.84% | 0.57% | - |
| HSV(B) | 59.67º | 0.77% | 0.93% | - |
| XYZ | 66.23 | 79.02 | 15.38 | - |
| YUV | 216.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 55 | 0 | 0.00 | 0.77 | 0.07 | 59.67 | 0.84 | 0.57 |
| Hex | EE | ED | 37 | 0 | 0 | 4D | 7 | 3C | 54 | 39 |
| Octal | 356 | 355 | 67 | 0 | 0 | 115 | 7 | 74 | 124 | 71 |
| Binary | 11101110 | 11101101 | 110111 | 0 | 0 | 1001101 | 111 | 111100 | 1010100 | 111001 |
Color Harmonies of #EEED37
Complementary color
Monochromatic Colors of #EEED37
Black with #EEED37
Text Example
Text Example
White with #EEED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED37; }
p { color: rgb(238,237,55); }
H1.HeaderClassName
{
color: #EEED37;
}
.AnyTagClassName
{
color: #EEED37;
}
</style>
background-color css
<style>
a { background-color: #EEED37; }
a { background-color: rgb(238,237,55); }
div.DivClassName
{
background-color: #EEED37;
}
.BgClassName
{
background-color: #EEED37;
}
</style>
border-color css
<style>
span { border-color: #EEED37; }
span { border-color: rgb(238,237,55); }
td.TdClassName
{
border-color: #EEED37;
}
.TagClassName
{
border-color: #EEED37;
}
</style>