Shades of Golden Fizz #EEEA2D
Tints of Golden Fizz #EEEA2D
RGB
CMYK
RGB Variations
Color information
#EEEA2D (or 0xEEEA2D) is known color: Golden Fizz. HEX triplet: EE, EA and 2D. RGB value is (238,234,45). Sum of RGB (Red+Green+Blue) = 238+234+45=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEA2D is #1115D2. Grayscale: #D6D6D6. Windows color (decimal): -1119699 or 3009262. OLE color: 3009262.
HSL color Cylindrical-coordinate representation of color #EEEA2D: hue angle of 58.76º 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 #EEEA2D is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 45 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.07 |
| HSL | 58.76º | 0.85% | 0.55% | - |
| HSV(B) | 58.76º | 0.81% | 0.93% | - |
| XYZ | 65.16 | 77.21 | 13.95 | - |
| YUV | 213.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 45 | 0 | 0.02 | 0.81 | 0.07 | 58.76 | 0.85 | 0.55 |
| Hex | EE | EA | 2D | 0 | 2 | 51 | 7 | 3B | 55 | 37 |
| Octal | 356 | 352 | 55 | 0 | 2 | 121 | 7 | 73 | 125 | 67 |
| Binary | 11101110 | 11101010 | 101101 | 0 | 10 | 1010001 | 111 | 111011 | 1010101 | 110111 |
Color Harmonies of #EEEA2D
Complementary color
Monochromatic Colors of #EEEA2D
Black with #EEEA2D
Text Example
Text Example
White with #EEEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEA2D; }
p { color: rgb(238,234,45); }
H1.HeaderClassName
{
color: #EEEA2D;
}
.AnyTagClassName
{
color: #EEEA2D;
}
</style>
background-color css
<style>
a { background-color: #EEEA2D; }
a { background-color: rgb(238,234,45); }
div.DivClassName
{
background-color: #EEEA2D;
}
.BgClassName
{
background-color: #EEEA2D;
}
</style>
border-color css
<style>
span { border-color: #EEEA2D; }
span { border-color: rgb(238,234,45); }
td.TdClassName
{
border-color: #EEEA2D;
}
.TagClassName
{
border-color: #EEEA2D;
}
</style>