Shades of Golden Fizz #EEDA2E
Tints of Golden Fizz #EEDA2E
RGB
CMYK
RGB Variations
Color information
#EEDA2E (or 0xEEDA2E) is known color: Golden Fizz. HEX triplet: EE, DA and 2E. RGB value is (238,218,46). Sum of RGB (Red+Green+Blue) = 238+218+46=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA2E is #1125D1. Grayscale: #CDCDCD. Windows color (decimal): -1123794 or 3070702. OLE color: 3070702.
HSL color Cylindrical-coordinate representation of color #EEDA2E: hue angle of 53.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEDA2E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 46 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 53.75º | 0.85% | 0.56% | - |
| HSV(B) | 53.75º | 0.81% | 0.93% | - |
| XYZ | 60.82 | 68.52 | 12.6 | - |
| YUV | 204.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 46 | 0 | 0.08 | 0.81 | 0.07 | 53.75 | 0.85 | 0.56 |
| Hex | EE | DA | 2E | 0 | 8 | 51 | 7 | 36 | 55 | 38 |
| Octal | 356 | 332 | 56 | 0 | 10 | 121 | 7 | 66 | 125 | 70 |
| Binary | 11101110 | 11011010 | 101110 | 0 | 1000 | 1010001 | 111 | 110110 | 1010101 | 111000 |
Color Harmonies of #EEDA2E
Complementary color
Monochromatic Colors of #EEDA2E
Black with #EEDA2E
Text Example
Text Example
White with #EEDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA2E; }
p { color: rgb(238,218,46); }
H1.HeaderClassName
{
color: #EEDA2E;
}
.AnyTagClassName
{
color: #EEDA2E;
}
</style>
background-color css
<style>
a { background-color: #EEDA2E; }
a { background-color: rgb(238,218,46); }
div.DivClassName
{
background-color: #EEDA2E;
}
.BgClassName
{
background-color: #EEDA2E;
}
</style>
border-color css
<style>
span { border-color: #EEDA2E; }
span { border-color: rgb(238,218,46); }
td.TdClassName
{
border-color: #EEDA2E;
}
.TagClassName
{
border-color: #EEDA2E;
}
</style>