Shades of Golden Fizz #EEDB27
Tints of Golden Fizz #EEDB27
RGB
CMYK
RGB Variations
Color information
#EEDB27 (or 0xEEDB27) is known color: Golden Fizz. HEX triplet: EE, DB and 27. RGB value is (238,219,39). Sum of RGB (Red+Green+Blue) = 238+219+39=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB27 is #1124D8. Grayscale: #CCCCCC. Windows color (decimal): -1123545 or 2612206. OLE color: 2612206.
HSL color Cylindrical-coordinate representation of color #EEDB27: hue angle of 54.27º degrees, saturation: 0.85, 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 #EEDB27 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 39 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.07 |
| HSL | 54.27º | 0.85% | 0.54% | - |
| HSV(B) | 54.27º | 0.84% | 0.93% | - |
| XYZ | 60.96 | 68.99 | 12.02 | - |
| YUV | 204.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 39 | 0 | 0.08 | 0.84 | 0.07 | 54.27 | 0.85 | 0.54 |
| Hex | EE | DB | 27 | 0 | 8 | 54 | 7 | 36 | 55 | 36 |
| Octal | 356 | 333 | 47 | 0 | 10 | 124 | 7 | 66 | 125 | 66 |
| Binary | 11101110 | 11011011 | 100111 | 0 | 1000 | 1010100 | 111 | 110110 | 1010101 | 110110 |
Color Harmonies of #EEDB27
Complementary color
Monochromatic Colors of #EEDB27
Black with #EEDB27
Text Example
Text Example
White with #EEDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB27; }
p { color: rgb(238,219,39); }
H1.HeaderClassName
{
color: #EEDB27;
}
.AnyTagClassName
{
color: #EEDB27;
}
</style>
background-color css
<style>
a { background-color: #EEDB27; }
a { background-color: rgb(238,219,39); }
div.DivClassName
{
background-color: #EEDB27;
}
.BgClassName
{
background-color: #EEDB27;
}
</style>
border-color css
<style>
span { border-color: #EEDB27; }
span { border-color: rgb(238,219,39); }
td.TdClassName
{
border-color: #EEDB27;
}
.TagClassName
{
border-color: #EEDB27;
}
</style>