Shades of Golden Fizz #EED930
Tints of Golden Fizz #EED930
RGB
CMYK
RGB Variations
Color information
#EED930 (or 0xEED930) is known color: Golden Fizz. HEX triplet: EE, D9 and 30. RGB value is (238,217,48). Sum of RGB (Red+Green+Blue) = 238+217+48=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED930 is #1126CF. Grayscale: #CCCCCC. Windows color (decimal): -1124048 or 3201518. OLE color: 3201518.
HSL color Cylindrical-coordinate representation of color #EED930: hue angle of 53.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EED930 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 48 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.07 |
| HSL | 53.37º | 0.85% | 0.56% | - |
| HSV(B) | 53.37º | 0.8% | 0.93% | - |
| XYZ | 60.61 | 68.02 | 12.73 | - |
| YUV | 204.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 48 | 0 | 0.09 | 0.80 | 0.07 | 53.37 | 0.85 | 0.56 |
| Hex | EE | D9 | 30 | 0 | 9 | 50 | 7 | 35 | 55 | 38 |
| Octal | 356 | 331 | 60 | 0 | 11 | 120 | 7 | 65 | 125 | 70 |
| Binary | 11101110 | 11011001 | 110000 | 0 | 1001 | 1010000 | 111 | 110101 | 1010101 | 111000 |
Color Harmonies of #EED930
Complementary color
Monochromatic Colors of #EED930
Black with #EED930
Text Example
Text Example
White with #EED930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED930; }
p { color: rgb(238,217,48); }
H1.HeaderClassName
{
color: #EED930;
}
.AnyTagClassName
{
color: #EED930;
}
</style>
background-color css
<style>
a { background-color: #EED930; }
a { background-color: rgb(238,217,48); }
div.DivClassName
{
background-color: #EED930;
}
.BgClassName
{
background-color: #EED930;
}
</style>
border-color css
<style>
span { border-color: #EED930; }
span { border-color: rgb(238,217,48); }
td.TdClassName
{
border-color: #EED930;
}
.TagClassName
{
border-color: #EED930;
}
</style>