Shades of Golden Fizz #EED931
Tints of Golden Fizz #EED931
RGB
CMYK
RGB Variations
Color information
#EED931 (or 0xEED931) is known color: Golden Fizz. HEX triplet: EE, D9 and 31. RGB value is (238,217,49). Sum of RGB (Red+Green+Blue) = 238+217+49=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED931 is #1126CE. Grayscale: #CCCCCC. Windows color (decimal): -1124047 or 3267054. OLE color: 3267054.
HSL color Cylindrical-coordinate representation of color #EED931: hue angle of 53.33º 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 #EED931 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 49 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.07 |
| HSL | 53.33º | 0.85% | 0.56% | - |
| HSV(B) | 53.33º | 0.79% | 0.93% | - |
| XYZ | 60.63 | 68.02 | 12.84 | - |
| YUV | 204.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 49 | 0 | 0.09 | 0.79 | 0.07 | 53.33 | 0.85 | 0.56 |
| Hex | EE | D9 | 31 | 0 | 9 | 4F | 7 | 35 | 55 | 38 |
| Octal | 356 | 331 | 61 | 0 | 11 | 117 | 7 | 65 | 125 | 70 |
| Binary | 11101110 | 11011001 | 110001 | 0 | 1001 | 1001111 | 111 | 110101 | 1010101 | 111000 |
Color Harmonies of #EED931
Complementary color
Monochromatic Colors of #EED931
Black with #EED931
Text Example
Text Example
White with #EED931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED931; }
p { color: rgb(238,217,49); }
H1.HeaderClassName
{
color: #EED931;
}
.AnyTagClassName
{
color: #EED931;
}
</style>
background-color css
<style>
a { background-color: #EED931; }
a { background-color: rgb(238,217,49); }
div.DivClassName
{
background-color: #EED931;
}
.BgClassName
{
background-color: #EED931;
}
</style>
border-color css
<style>
span { border-color: #EED931; }
span { border-color: rgb(238,217,49); }
td.TdClassName
{
border-color: #EED931;
}
.TagClassName
{
border-color: #EED931;
}
</style>