Shades of Golden Fizz #EED932
Tints of Golden Fizz #EED932
RGB
CMYK
RGB Variations
Color information
#EED932 (or 0xEED932) is known color: Golden Fizz. HEX triplet: EE, D9 and 32. RGB value is (238,217,50). Sum of RGB (Red+Green+Blue) = 238+217+50=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EED932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED932 is #1126CD. Grayscale: #CCCCCC. Windows color (decimal): -1124046 or 3332590. OLE color: 3332590.
HSL color Cylindrical-coordinate representation of color #EED932: hue angle of 53.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EED932 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 50 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.07 |
| HSL | 53.3º | 0.85% | 0.56% | - |
| HSV(B) | 53.3º | 0.79% | 0.93% | - |
| XYZ | 60.65 | 68.03 | 12.95 | - |
| YUV | 204.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 50 | 0 | 0.09 | 0.79 | 0.07 | 53.3 | 0.85 | 0.56 |
| Hex | EE | D9 | 32 | 0 | 9 | 4F | 7 | 35 | 55 | 38 |
| Octal | 356 | 331 | 62 | 0 | 11 | 117 | 7 | 65 | 125 | 70 |
| Binary | 11101110 | 11011001 | 110010 | 0 | 1001 | 1001111 | 111 | 110101 | 1010101 | 111000 |
Color Harmonies of #EED932
Complementary color
Monochromatic Colors of #EED932
Black with #EED932
Text Example
Text Example
White with #EED932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED932; }
p { color: rgb(238,217,50); }
H1.HeaderClassName
{
color: #EED932;
}
.AnyTagClassName
{
color: #EED932;
}
</style>
background-color css
<style>
a { background-color: #EED932; }
a { background-color: rgb(238,217,50); }
div.DivClassName
{
background-color: #EED932;
}
.BgClassName
{
background-color: #EED932;
}
</style>
border-color css
<style>
span { border-color: #EED932; }
span { border-color: rgb(238,217,50); }
td.TdClassName
{
border-color: #EED932;
}
.TagClassName
{
border-color: #EED932;
}
</style>