Shades of Golden Fizz #EEDA28
Tints of Golden Fizz #EEDA28
RGB
CMYK
RGB Variations
Color information
#EEDA28 (or 0xEEDA28) is known color: Golden Fizz. HEX triplet: EE, DA and 28. RGB value is (238,218,40). Sum of RGB (Red+Green+Blue) = 238+218+40=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA28 is #1125D7. Grayscale: #CCCCCC. Windows color (decimal): -1123800 or 2677486. OLE color: 2677486.
HSL color Cylindrical-coordinate representation of color #EEDA28: hue angle of 53.94º 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 #EEDA28 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 40 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.07 |
| HSL | 53.94º | 0.85% | 0.55% | - |
| HSV(B) | 53.94º | 0.83% | 0.93% | - |
| XYZ | 60.71 | 68.47 | 12.02 | - |
| YUV | 203.69 | 35.63 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 40 | 0 | 0.08 | 0.83 | 0.07 | 53.94 | 0.85 | 0.55 |
| Hex | EE | DA | 28 | 0 | 8 | 53 | 7 | 36 | 55 | 37 |
| Octal | 356 | 332 | 50 | 0 | 10 | 123 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011010 | 101000 | 0 | 1000 | 1010011 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EEDA28
Complementary color
Monochromatic Colors of #EEDA28
Black with #EEDA28
Text Example
Text Example
White with #EEDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA28; }
p { color: rgb(238,218,40); }
H1.HeaderClassName
{
color: #EEDA28;
}
.AnyTagClassName
{
color: #EEDA28;
}
</style>
background-color css
<style>
a { background-color: #EEDA28; }
a { background-color: rgb(238,218,40); }
div.DivClassName
{
background-color: #EEDA28;
}
.BgClassName
{
background-color: #EEDA28;
}
</style>
border-color css
<style>
span { border-color: #EEDA28; }
span { border-color: rgb(238,218,40); }
td.TdClassName
{
border-color: #EEDA28;
}
.TagClassName
{
border-color: #EEDA28;
}
</style>