Shades of Golden Fizz #EED437
Tints of Golden Fizz #EED437
RGB
CMYK
RGB Variations
Color information
#EED437 (or 0xEED437) is known color: Golden Fizz. HEX triplet: EE, D4 and 37. RGB value is (238,212,55). Sum of RGB (Red+Green+Blue) = 238+212+55=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED437 is #112BC8. Grayscale: #CACACA. Windows color (decimal): -1125321 or 3658990. OLE color: 3658990.
HSL color Cylindrical-coordinate representation of color #EED437: hue angle of 51.48º 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 #EED437 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 55 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.07 |
| HSL | 51.48º | 0.84% | 0.57% | - |
| HSV(B) | 51.48º | 0.77% | 0.93% | - |
| XYZ | 59.49 | 65.54 | 13.13 | - |
| YUV | 201.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 55 | 0 | 0.11 | 0.77 | 0.07 | 51.48 | 0.84 | 0.57 |
| Hex | EE | D4 | 37 | 0 | B | 4D | 7 | 33 | 54 | 39 |
| Octal | 356 | 324 | 67 | 0 | 13 | 115 | 7 | 63 | 124 | 71 |
| Binary | 11101110 | 11010100 | 110111 | 0 | 1011 | 1001101 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EED437
Complementary color
Monochromatic Colors of #EED437
Black with #EED437
Text Example
Text Example
White with #EED437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED437; }
p { color: rgb(238,212,55); }
H1.HeaderClassName
{
color: #EED437;
}
.AnyTagClassName
{
color: #EED437;
}
</style>
background-color css
<style>
a { background-color: #EED437; }
a { background-color: rgb(238,212,55); }
div.DivClassName
{
background-color: #EED437;
}
.BgClassName
{
background-color: #EED437;
}
</style>
border-color css
<style>
span { border-color: #EED437; }
span { border-color: rgb(238,212,55); }
td.TdClassName
{
border-color: #EED437;
}
.TagClassName
{
border-color: #EED437;
}
</style>