Shades of Golden Fizz #EED92F
Tints of Golden Fizz #EED92F
RGB
CMYK
RGB Variations
Color information
#EED92F (or 0xEED92F) is known color: Golden Fizz. HEX triplet: EE, D9 and 2F. RGB value is (238,217,47). Sum of RGB (Red+Green+Blue) = 238+217+47=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED92F is #1126D0. Grayscale: #CCCCCC. Windows color (decimal): -1124049 or 3135982. OLE color: 3135982.
HSL color Cylindrical-coordinate representation of color #EED92F: hue angle of 53.4º 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 #EED92F is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 47 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.07 |
| HSL | 53.4º | 0.85% | 0.56% | - |
| HSV(B) | 53.4º | 0.8% | 0.93% | - |
| XYZ | 60.59 | 68.01 | 12.62 | - |
| YUV | 203.9 | 39.46 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 47 | 0 | 0.09 | 0.80 | 0.07 | 53.4 | 0.85 | 0.56 |
| Hex | EE | D9 | 2F | 0 | 9 | 50 | 7 | 35 | 55 | 38 |
| Octal | 356 | 331 | 57 | 0 | 11 | 120 | 7 | 65 | 125 | 70 |
| Binary | 11101110 | 11011001 | 101111 | 0 | 1001 | 1010000 | 111 | 110101 | 1010101 | 111000 |
Color Harmonies of #EED92F
Complementary color
Monochromatic Colors of #EED92F
Black with #EED92F
Text Example
Text Example
White with #EED92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED92F; }
p { color: rgb(238,217,47); }
H1.HeaderClassName
{
color: #EED92F;
}
.AnyTagClassName
{
color: #EED92F;
}
</style>
background-color css
<style>
a { background-color: #EED92F; }
a { background-color: rgb(238,217,47); }
div.DivClassName
{
background-color: #EED92F;
}
.BgClassName
{
background-color: #EED92F;
}
</style>
border-color css
<style>
span { border-color: #EED92F; }
span { border-color: rgb(238,217,47); }
td.TdClassName
{
border-color: #EED92F;
}
.TagClassName
{
border-color: #EED92F;
}
</style>