Shades of Golden Fizz #EEED24
Tints of Golden Fizz #EEED24
RGB
CMYK
RGB Variations
Color information
#EEED24 (or 0xEEED24) is known color: Golden Fizz. HEX triplet: EE, ED and 24. RGB value is (238,237,36). Sum of RGB (Red+Green+Blue) = 238+237+36=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED24 is #1112DB. Grayscale: #D7D7D7. Windows color (decimal): -1118940 or 2420206. OLE color: 2420206.
HSL color Cylindrical-coordinate representation of color #EEED24: 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.85%. Process color model (Four color, CMYK) of #EEED24 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 36 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.07 |
| HSL | 59.7º | 0.86% | 0.54% | - |
| HSV(B) | 59.7º | 0.85% | 0.93% | - |
| XYZ | 65.86 | 78.87 | 13.42 | - |
| YUV | 214.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 36 | 0 | 0.00 | 0.85 | 0.07 | 59.7 | 0.86 | 0.54 |
| Hex | EE | ED | 24 | 0 | 0 | 55 | 7 | 3C | 56 | 36 |
| Octal | 356 | 355 | 44 | 0 | 0 | 125 | 7 | 74 | 126 | 66 |
| Binary | 11101110 | 11101101 | 100100 | 0 | 0 | 1010101 | 111 | 111100 | 1010110 | 110110 |
Color Harmonies of #EEED24
Complementary color
Monochromatic Colors of #EEED24
Black with #EEED24
Text Example
Text Example
White with #EEED24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED24; }
p { color: rgb(238,237,36); }
H1.HeaderClassName
{
color: #EEED24;
}
.AnyTagClassName
{
color: #EEED24;
}
</style>
background-color css
<style>
a { background-color: #EEED24; }
a { background-color: rgb(238,237,36); }
div.DivClassName
{
background-color: #EEED24;
}
.BgClassName
{
background-color: #EEED24;
}
</style>
border-color css
<style>
span { border-color: #EEED24; }
span { border-color: rgb(238,237,36); }
td.TdClassName
{
border-color: #EEED24;
}
.TagClassName
{
border-color: #EEED24;
}
</style>