Shades of Golden Fizz #EED828
Tints of Golden Fizz #EED828
RGB
CMYK
RGB Variations
Color information
#EED828 (or 0xEED828) is known color: Golden Fizz. HEX triplet: EE, D8 and 28. RGB value is (238,216,40). Sum of RGB (Red+Green+Blue) = 238+216+40=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED828 is #1127D7. Grayscale: #CBCBCB. Windows color (decimal): -1124312 or 2676974. OLE color: 2676974.
HSL color Cylindrical-coordinate representation of color #EED828: hue angle of 53.33º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EED828 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 40 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.07 |
| HSL | 53.33º | 0.85% | 0.55% | - |
| HSV(B) | 53.33º | 0.83% | 0.93% | - |
| XYZ | 60.2 | 67.44 | 11.85 | - |
| YUV | 202.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 40 | 0 | 0.09 | 0.83 | 0.07 | 53.33 | 0.85 | 0.55 |
| Hex | EE | D8 | 28 | 0 | 9 | 53 | 7 | 35 | 55 | 37 |
| Octal | 356 | 330 | 50 | 0 | 11 | 123 | 7 | 65 | 125 | 67 |
| Binary | 11101110 | 11011000 | 101000 | 0 | 1001 | 1010011 | 111 | 110101 | 1010101 | 110111 |
Color Harmonies of #EED828
Complementary color
Monochromatic Colors of #EED828
Black with #EED828
Text Example
Text Example
White with #EED828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED828; }
p { color: rgb(238,216,40); }
H1.HeaderClassName
{
color: #EED828;
}
.AnyTagClassName
{
color: #EED828;
}
</style>
background-color css
<style>
a { background-color: #EED828; }
a { background-color: rgb(238,216,40); }
div.DivClassName
{
background-color: #EED828;
}
.BgClassName
{
background-color: #EED828;
}
</style>
border-color css
<style>
span { border-color: #EED828; }
span { border-color: rgb(238,216,40); }
td.TdClassName
{
border-color: #EED828;
}
.TagClassName
{
border-color: #EED828;
}
</style>