Shades of Golden Fizz #EEDB33
Tints of Golden Fizz #EEDB33
RGB
CMYK
RGB Variations
Color information
#EEDB33 (or 0xEEDB33) is known color: Golden Fizz. HEX triplet: EE, DB and 33. RGB value is (238,219,51). Sum of RGB (Red+Green+Blue) = 238+219+51=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB33 is #1124CC. Grayscale: #CECECE. Windows color (decimal): -1123533 or 3398638. OLE color: 3398638.
HSL color Cylindrical-coordinate representation of color #EEDB33: hue angle of 53.9º 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 #EEDB33 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 51 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.07 |
| HSL | 53.9º | 0.85% | 0.57% | - |
| HSV(B) | 53.9º | 0.79% | 0.93% | - |
| XYZ | 61.19 | 69.08 | 13.24 | - |
| YUV | 205.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 51 | 0 | 0.08 | 0.79 | 0.07 | 53.9 | 0.85 | 0.57 |
| Hex | EE | DB | 33 | 0 | 8 | 4F | 7 | 36 | 55 | 39 |
| Octal | 356 | 333 | 63 | 0 | 10 | 117 | 7 | 66 | 125 | 71 |
| Binary | 11101110 | 11011011 | 110011 | 0 | 1000 | 1001111 | 111 | 110110 | 1010101 | 111001 |
Color Harmonies of #EEDB33
Complementary color
Monochromatic Colors of #EEDB33
Black with #EEDB33
Text Example
Text Example
White with #EEDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB33; }
p { color: rgb(238,219,51); }
H1.HeaderClassName
{
color: #EEDB33;
}
.AnyTagClassName
{
color: #EEDB33;
}
</style>
background-color css
<style>
a { background-color: #EEDB33; }
a { background-color: rgb(238,219,51); }
div.DivClassName
{
background-color: #EEDB33;
}
.BgClassName
{
background-color: #EEDB33;
}
</style>
border-color css
<style>
span { border-color: #EEDB33; }
span { border-color: rgb(238,219,51); }
td.TdClassName
{
border-color: #EEDB33;
}
.TagClassName
{
border-color: #EEDB33;
}
</style>