Shades of Golden Fizz #EEDA2D
Tints of Golden Fizz #EEDA2D
RGB
CMYK
RGB Variations
Color information
#EEDA2D (or 0xEEDA2D) is known color: Golden Fizz. HEX triplet: EE, DA and 2D. RGB value is (238,218,45). Sum of RGB (Red+Green+Blue) = 238+218+45=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA2D is #1125D2. Grayscale: #CCCCCC. Windows color (decimal): -1123795 or 3005166. OLE color: 3005166.
HSL color Cylindrical-coordinate representation of color #EEDA2D: hue angle of 53.78º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEDA2D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 45 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 53.78º | 0.85% | 0.55% | - |
| HSV(B) | 53.78º | 0.81% | 0.93% | - |
| XYZ | 60.8 | 68.51 | 12.5 | - |
| YUV | 204.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 45 | 0 | 0.08 | 0.81 | 0.07 | 53.78 | 0.85 | 0.55 |
| Hex | EE | DA | 2D | 0 | 8 | 51 | 7 | 36 | 55 | 37 |
| Octal | 356 | 332 | 55 | 0 | 10 | 121 | 7 | 66 | 125 | 67 |
| Binary | 11101110 | 11011010 | 101101 | 0 | 1000 | 1010001 | 111 | 110110 | 1010101 | 110111 |
Color Harmonies of #EEDA2D
Complementary color
Monochromatic Colors of #EEDA2D
Black with #EEDA2D
Text Example
Text Example
White with #EEDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA2D; }
p { color: rgb(238,218,45); }
H1.HeaderClassName
{
color: #EEDA2D;
}
.AnyTagClassName
{
color: #EEDA2D;
}
</style>
background-color css
<style>
a { background-color: #EEDA2D; }
a { background-color: rgb(238,218,45); }
div.DivClassName
{
background-color: #EEDA2D;
}
.BgClassName
{
background-color: #EEDA2D;
}
</style>
border-color css
<style>
span { border-color: #EEDA2D; }
span { border-color: rgb(238,218,45); }
td.TdClassName
{
border-color: #EEDA2D;
}
.TagClassName
{
border-color: #EEDA2D;
}
</style>