Shades of Golden Fizz #EED736
Tints of Golden Fizz #EED736
RGB
CMYK
RGB Variations
Color information
#EED736 (or 0xEED736) is known color: Golden Fizz. HEX triplet: EE, D7 and 36. RGB value is (238,215,54). Sum of RGB (Red+Green+Blue) = 238+215+54=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 54 (21.48% from 255 or 10.65% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED736 is #1128C9. Grayscale: #CCCCCC. Windows color (decimal): -1124554 or 3594222. OLE color: 3594222.
HSL color Cylindrical-coordinate representation of color #EED736: hue angle of 52.5º 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 #EED736 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 54 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.07 |
| HSL | 52.5º | 0.84% | 0.57% | - |
| HSV(B) | 52.5º | 0.77% | 0.93% | - |
| XYZ | 60.23 | 67.04 | 13.26 | - |
| YUV | 203.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 54 | 0 | 0.10 | 0.77 | 0.07 | 52.5 | 0.84 | 0.57 |
| Hex | EE | D7 | 36 | 0 | A | 4D | 7 | 34 | 54 | 39 |
| Octal | 356 | 327 | 66 | 0 | 12 | 115 | 7 | 64 | 124 | 71 |
| Binary | 11101110 | 11010111 | 110110 | 0 | 1010 | 1001101 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EED736
Complementary color
Monochromatic Colors of #EED736
Black with #EED736
Text Example
Text Example
White with #EED736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED736; }
p { color: rgb(238,215,54); }
H1.HeaderClassName
{
color: #EED736;
}
.AnyTagClassName
{
color: #EED736;
}
</style>
background-color css
<style>
a { background-color: #EED736; }
a { background-color: rgb(238,215,54); }
div.DivClassName
{
background-color: #EED736;
}
.BgClassName
{
background-color: #EED736;
}
</style>
border-color css
<style>
span { border-color: #EED736; }
span { border-color: rgb(238,215,54); }
td.TdClassName
{
border-color: #EED736;
}
.TagClassName
{
border-color: #EED736;
}
</style>