Shades of Golden Fizz #EEDA25
Tints of Golden Fizz #EEDA25
RGB
CMYK
RGB Variations
Color information
#EEDA25 (or 0xEEDA25) is known color: Golden Fizz. HEX triplet: EE, DA and 25. RGB value is (238,218,37). Sum of RGB (Red+Green+Blue) = 238+218+37=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA25 is #1125DA. Grayscale: #CCCCCC. Windows color (decimal): -1123803 or 2480878. OLE color: 2480878.
HSL color Cylindrical-coordinate representation of color #EEDA25: hue angle of 54.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEDA25 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 37 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.07 |
| HSL | 54.03º | 0.86% | 0.54% | - |
| HSV(B) | 54.03º | 0.84% | 0.93% | - |
| XYZ | 60.67 | 68.45 | 11.77 | - |
| YUV | 203.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 37 | 0 | 0.08 | 0.84 | 0.07 | 54.03 | 0.86 | 0.54 |
| Hex | EE | DA | 25 | 0 | 8 | 54 | 7 | 36 | 56 | 36 |
| Octal | 356 | 332 | 45 | 0 | 10 | 124 | 7 | 66 | 126 | 66 |
| Binary | 11101110 | 11011010 | 100101 | 0 | 1000 | 1010100 | 111 | 110110 | 1010110 | 110110 |
Color Harmonies of #EEDA25
Complementary color
Monochromatic Colors of #EEDA25
Black with #EEDA25
Text Example
Text Example
White with #EEDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA25; }
p { color: rgb(238,218,37); }
H1.HeaderClassName
{
color: #EEDA25;
}
.AnyTagClassName
{
color: #EEDA25;
}
</style>
background-color css
<style>
a { background-color: #EEDA25; }
a { background-color: rgb(238,218,37); }
div.DivClassName
{
background-color: #EEDA25;
}
.BgClassName
{
background-color: #EEDA25;
}
</style>
border-color css
<style>
span { border-color: #EEDA25; }
span { border-color: rgb(238,218,37); }
td.TdClassName
{
border-color: #EEDA25;
}
.TagClassName
{
border-color: #EEDA25;
}
</style>