Shades of Golden Fizz #EEED25
Tints of Golden Fizz #EEED25
RGB
CMYK
RGB Variations
Color information
#EEED25 (or 0xEEED25) is known color: Golden Fizz. HEX triplet: EE, ED and 25. RGB value is (238,237,37). Sum of RGB (Red+Green+Blue) = 238+237+37=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED25 is #1112DA. Grayscale: #D7D7D7. Windows color (decimal): -1118939 or 2485742. OLE color: 2485742.
HSL color Cylindrical-coordinate representation of color #EEED25: hue angle of 59.7º 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 #EEED25 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 37 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.07 |
| HSL | 59.7º | 0.86% | 0.54% | - |
| HSV(B) | 59.7º | 0.84% | 0.93% | - |
| XYZ | 65.88 | 78.88 | 13.5 | - |
| YUV | 214.5 | 27.83 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 37 | 0 | 0.00 | 0.84 | 0.07 | 59.7 | 0.86 | 0.54 |
| Hex | EE | ED | 25 | 0 | 0 | 54 | 7 | 3C | 56 | 36 |
| Octal | 356 | 355 | 45 | 0 | 0 | 124 | 7 | 74 | 126 | 66 |
| Binary | 11101110 | 11101101 | 100101 | 0 | 0 | 1010100 | 111 | 111100 | 1010110 | 110110 |
Color Harmonies of #EEED25
Complementary color
Monochromatic Colors of #EEED25
Black with #EEED25
Text Example
Text Example
White with #EEED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED25; }
p { color: rgb(238,237,37); }
H1.HeaderClassName
{
color: #EEED25;
}
.AnyTagClassName
{
color: #EEED25;
}
</style>
background-color css
<style>
a { background-color: #EEED25; }
a { background-color: rgb(238,237,37); }
div.DivClassName
{
background-color: #EEED25;
}
.BgClassName
{
background-color: #EEED25;
}
</style>
border-color css
<style>
span { border-color: #EEED25; }
span { border-color: rgb(238,237,37); }
td.TdClassName
{
border-color: #EEED25;
}
.TagClassName
{
border-color: #EEED25;
}
</style>