Shades of Golden Fizz #EED92B
Tints of Golden Fizz #EED92B
RGB
CMYK
RGB Variations
Color information
#EED92B (or 0xEED92B) is known color: Golden Fizz. HEX triplet: EE, D9 and 2B. RGB value is (238,217,43). Sum of RGB (Red+Green+Blue) = 238+217+43=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EED92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED92B is #1126D4. Grayscale: #CCCCCC. Windows color (decimal): -1124053 or 2873838. OLE color: 2873838.
HSL color Cylindrical-coordinate representation of color #EED92B: hue angle of 53.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EED92B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.07 |
| HSL | 53.54º | 0.85% | 0.55% | - |
| HSV(B) | 53.54º | 0.82% | 0.93% | - |
| XYZ | 60.51 | 67.98 | 12.22 | - |
| YUV | 203.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 43 | 0 | 0.09 | 0.82 | 0.07 | 53.54 | 0.85 | 0.55 |
| Hex | EE | D9 | 2B | 0 | 9 | 52 | 7 | 36 | 55 | 37 |
| Octal | 356 | 331 | 53 | 0 | 11 | 122 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011001 | 101011 | 0 | 1001 | 1010010 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EED92B
Complementary color
Monochromatic Colors of #EED92B
Black with #EED92B
Text Example
Text Example
White with #EED92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED92B; }
p { color: rgb(238,217,43); }
H1.HeaderClassName
{
color: #EED92B;
}
.AnyTagClassName
{
color: #EED92B;
}
</style>
background-color css
<style>
a { background-color: #EED92B; }
a { background-color: rgb(238,217,43); }
div.DivClassName
{
background-color: #EED92B;
}
.BgClassName
{
background-color: #EED92B;
}
</style>
border-color css
<style>
span { border-color: #EED92B; }
span { border-color: rgb(238,217,43); }
td.TdClassName
{
border-color: #EED92B;
}
.TagClassName
{
border-color: #EED92B;
}
</style>