Shades of Golden Fizz #EED933
Tints of Golden Fizz #EED933
RGB
CMYK
RGB Variations
Color information
#EED933 (or 0xEED933) is known color: Golden Fizz. HEX triplet: EE, D9 and 33. RGB value is (238,217,51). Sum of RGB (Red+Green+Blue) = 238+217+51=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED933 is #1126CC. Grayscale: #CDCDCD. Windows color (decimal): -1124045 or 3398126. OLE color: 3398126.
HSL color Cylindrical-coordinate representation of color #EED933: hue angle of 53.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EED933 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 51 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.07 |
| HSL | 53.26º | 0.85% | 0.57% | - |
| HSV(B) | 53.26º | 0.79% | 0.93% | - |
| XYZ | 60.67 | 68.04 | 13.07 | - |
| YUV | 204.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 51 | 0 | 0.09 | 0.79 | 0.07 | 53.26 | 0.85 | 0.57 |
| Hex | EE | D9 | 33 | 0 | 9 | 4F | 7 | 35 | 55 | 39 |
| Octal | 356 | 331 | 63 | 0 | 11 | 117 | 7 | 65 | 125 | 71 |
| Binary | 11101110 | 11011001 | 110011 | 0 | 1001 | 1001111 | 111 | 110101 | 1010101 | 111001 |
Color Harmonies of #EED933
Complementary color
Monochromatic Colors of #EED933
Black with #EED933
Text Example
Text Example
White with #EED933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED933; }
p { color: rgb(238,217,51); }
H1.HeaderClassName
{
color: #EED933;
}
.AnyTagClassName
{
color: #EED933;
}
</style>
background-color css
<style>
a { background-color: #EED933; }
a { background-color: rgb(238,217,51); }
div.DivClassName
{
background-color: #EED933;
}
.BgClassName
{
background-color: #EED933;
}
</style>
border-color css
<style>
span { border-color: #EED933; }
span { border-color: rgb(238,217,51); }
td.TdClassName
{
border-color: #EED933;
}
.TagClassName
{
border-color: #EED933;
}
</style>