Shades of Golden Fizz #EEED28
Tints of Golden Fizz #EEED28
RGB
CMYK
RGB Variations
Color information
#EEED28 (or 0xEEED28) is known color: Golden Fizz. HEX triplet: EE, ED and 28. RGB value is (238,237,40). Sum of RGB (Red+Green+Blue) = 238+237+40=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED28 is #1112D7. Grayscale: #D7D7D7. Windows color (decimal): -1118936 or 2682350. OLE color: 2682350.
HSL color Cylindrical-coordinate representation of color #EEED28: hue angle of 59.7º 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 #EEED28 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 40 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.07 |
| HSL | 59.7º | 0.85% | 0.55% | - |
| HSV(B) | 59.7º | 0.83% | 0.93% | - |
| XYZ | 65.93 | 78.9 | 13.76 | - |
| YUV | 214.84 | 29.33 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 40 | 0 | 0.00 | 0.83 | 0.07 | 59.7 | 0.85 | 0.55 |
| Hex | EE | ED | 28 | 0 | 0 | 53 | 7 | 3C | 55 | 37 |
| Octal | 356 | 355 | 50 | 0 | 0 | 123 | 7 | 74 | 125 | 67 |
| Binary | 11101110 | 11101101 | 101000 | 0 | 0 | 1010011 | 111 | 111100 | 1010101 | 110111 |
Color Harmonies of #EEED28
Complementary color
Monochromatic Colors of #EEED28
Black with #EEED28
Text Example
Text Example
White with #EEED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED28; }
p { color: rgb(238,237,40); }
H1.HeaderClassName
{
color: #EEED28;
}
.AnyTagClassName
{
color: #EEED28;
}
</style>
background-color css
<style>
a { background-color: #EEED28; }
a { background-color: rgb(238,237,40); }
div.DivClassName
{
background-color: #EEED28;
}
.BgClassName
{
background-color: #EEED28;
}
</style>
border-color css
<style>
span { border-color: #EEED28; }
span { border-color: rgb(238,237,40); }
td.TdClassName
{
border-color: #EEED28;
}
.TagClassName
{
border-color: #EEED28;
}
</style>