Shades of Golden Fizz #EEDB31
Tints of Golden Fizz #EEDB31
RGB
CMYK
RGB Variations
Color information
#EEDB31 (or 0xEEDB31) is known color: Golden Fizz. HEX triplet: EE, DB and 31. RGB value is (238,219,49). Sum of RGB (Red+Green+Blue) = 238+219+49=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB31 is #1124CE. Grayscale: #CDCDCD. Windows color (decimal): -1123535 or 3267566. OLE color: 3267566.
HSL color Cylindrical-coordinate representation of color #EEDB31: hue angle of 53.97º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEDB31 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.07 |
| HSL | 53.97º | 0.85% | 0.56% | - |
| HSV(B) | 53.97º | 0.79% | 0.93% | - |
| XYZ | 61.15 | 69.06 | 13.01 | - |
| YUV | 205.3 | 39.79 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 49 | 0 | 0.08 | 0.79 | 0.07 | 53.97 | 0.85 | 0.56 |
| Hex | EE | DB | 31 | 0 | 8 | 4F | 7 | 36 | 55 | 38 |
| Octal | 356 | 333 | 61 | 0 | 10 | 117 | 7 | 66 | 125 | 70 |
| Binary | 11101110 | 11011011 | 110001 | 0 | 1000 | 1001111 | 111 | 110110 | 1010101 | 111000 |
Color Harmonies of #EEDB31
Complementary color
Monochromatic Colors of #EEDB31
Black with #EEDB31
Text Example
Text Example
White with #EEDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB31; }
p { color: rgb(238,219,49); }
H1.HeaderClassName
{
color: #EEDB31;
}
.AnyTagClassName
{
color: #EEDB31;
}
</style>
background-color css
<style>
a { background-color: #EEDB31; }
a { background-color: rgb(238,219,49); }
div.DivClassName
{
background-color: #EEDB31;
}
.BgClassName
{
background-color: #EEDB31;
}
</style>
border-color css
<style>
span { border-color: #EEDB31; }
span { border-color: rgb(238,219,49); }
td.TdClassName
{
border-color: #EEDB31;
}
.TagClassName
{
border-color: #EEDB31;
}
</style>