Shades of Golden Fizz #EEED2E
Tints of Golden Fizz #EEED2E
RGB
CMYK
RGB Variations
Color information
#EEED2E (or 0xEEED2E) is known color: Golden Fizz. HEX triplet: EE, ED and 2E. RGB value is (238,237,46). Sum of RGB (Red+Green+Blue) = 238+237+46=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED2E is #1112D1. Grayscale: #D8D8D8. Windows color (decimal): -1118930 or 3075566. OLE color: 3075566.
HSL color Cylindrical-coordinate representation of color #EEED2E: hue angle of 59.69º 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 #EEED2E is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 46 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.07 |
| HSL | 59.69º | 0.85% | 0.56% | - |
| HSV(B) | 59.69º | 0.81% | 0.93% | - |
| XYZ | 66.04 | 78.94 | 14.34 | - |
| YUV | 215.53 | 32.33 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 46 | 0 | 0.00 | 0.81 | 0.07 | 59.69 | 0.85 | 0.56 |
| Hex | EE | ED | 2E | 0 | 0 | 51 | 7 | 3C | 55 | 38 |
| Octal | 356 | 355 | 56 | 0 | 0 | 121 | 7 | 74 | 125 | 70 |
| Binary | 11101110 | 11101101 | 101110 | 0 | 0 | 1010001 | 111 | 111100 | 1010101 | 111000 |
Color Harmonies of #EEED2E
Complementary color
Monochromatic Colors of #EEED2E
Black with #EEED2E
Text Example
Text Example
White with #EEED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED2E; }
p { color: rgb(238,237,46); }
H1.HeaderClassName
{
color: #EEED2E;
}
.AnyTagClassName
{
color: #EEED2E;
}
</style>
background-color css
<style>
a { background-color: #EEED2E; }
a { background-color: rgb(238,237,46); }
div.DivClassName
{
background-color: #EEED2E;
}
.BgClassName
{
background-color: #EEED2E;
}
</style>
border-color css
<style>
span { border-color: #EEED2E; }
span { border-color: rgb(238,237,46); }
td.TdClassName
{
border-color: #EEED2E;
}
.TagClassName
{
border-color: #EEED2E;
}
</style>