Shades of Golden Fizz #EEDA3C
Tints of Golden Fizz #EEDA3C
RGB
CMYK
RGB Variations
Color information
#EEDA3C (or 0xEEDA3C) is known color: Golden Fizz. HEX triplet: EE, DA and 3C. RGB value is (238,218,60). Sum of RGB (Red+Green+Blue) = 238+218+60=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA3C is #1125C3. Grayscale: #CECECE. Windows color (decimal): -1123780 or 3988206. OLE color: 3988206.
HSL color Cylindrical-coordinate representation of color #EEDA3C: hue angle of 53.26º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEDA3C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.26º | 0.84% | 0.58% | - |
| HSV(B) | 53.26º | 0.75% | 0.93% | - |
| XYZ | 61.15 | 68.65 | 14.3 | - |
| YUV | 205.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 60 | 0 | 0.08 | 0.75 | 0.07 | 53.26 | 0.84 | 0.58 |
| Hex | EE | DA | 3C | 0 | 8 | 4B | 7 | 35 | 54 | 3A |
| Octal | 356 | 332 | 74 | 0 | 10 | 113 | 7 | 65 | 124 | 72 |
| Binary | 11101110 | 11011010 | 111100 | 0 | 1000 | 1001011 | 111 | 110101 | 1010100 | 111010 |
Color Harmonies of #EEDA3C
Complementary color
Monochromatic Colors of #EEDA3C
Black with #EEDA3C
Text Example
Text Example
White with #EEDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA3C; }
p { color: rgb(238,218,60); }
H1.HeaderClassName
{
color: #EEDA3C;
}
.AnyTagClassName
{
color: #EEDA3C;
}
</style>
background-color css
<style>
a { background-color: #EEDA3C; }
a { background-color: rgb(238,218,60); }
div.DivClassName
{
background-color: #EEDA3C;
}
.BgClassName
{
background-color: #EEDA3C;
}
</style>
border-color css
<style>
span { border-color: #EEDA3C; }
span { border-color: rgb(238,218,60); }
td.TdClassName
{
border-color: #EEDA3C;
}
.TagClassName
{
border-color: #EEDA3C;
}
</style>