Shades of Golden Fizz #EEDD33
Tints of Golden Fizz #EEDD33
RGB
CMYK
RGB Variations
Color information
#EEDD33 (or 0xEEDD33) is known color: Golden Fizz. HEX triplet: EE, DD and 33. RGB value is (238,221,51). Sum of RGB (Red+Green+Blue) = 238+221+51=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD33 is #1122CC. Grayscale: #CFCFCF. Windows color (decimal): -1123021 or 3399150. OLE color: 3399150.
HSL color Cylindrical-coordinate representation of color #EEDD33: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEDD33 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 51 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.07 |
| HSL | 54.55º | 0.85% | 0.57% | - |
| HSV(B) | 54.55º | 0.79% | 0.93% | - |
| XYZ | 61.71 | 70.13 | 13.42 | - |
| YUV | 206.7 | 40.13 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 51 | 0 | 0.07 | 0.79 | 0.07 | 54.55 | 0.85 | 0.57 |
| Hex | EE | DD | 33 | 0 | 7 | 4F | 7 | 37 | 55 | 39 |
| Octal | 356 | 335 | 63 | 0 | 7 | 117 | 7 | 67 | 125 | 71 |
| Binary | 11101110 | 11011101 | 110011 | 0 | 111 | 1001111 | 111 | 110111 | 1010101 | 111001 |
Color Harmonies of #EEDD33
Complementary color
Monochromatic Colors of #EEDD33
Black with #EEDD33
Text Example
Text Example
White with #EEDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD33; }
p { color: rgb(238,221,51); }
H1.HeaderClassName
{
color: #EEDD33;
}
.AnyTagClassName
{
color: #EEDD33;
}
</style>
background-color css
<style>
a { background-color: #EEDD33; }
a { background-color: rgb(238,221,51); }
div.DivClassName
{
background-color: #EEDD33;
}
.BgClassName
{
background-color: #EEDD33;
}
</style>
border-color css
<style>
span { border-color: #EEDD33; }
span { border-color: rgb(238,221,51); }
td.TdClassName
{
border-color: #EEDD33;
}
.TagClassName
{
border-color: #EEDD33;
}
</style>