Shades of Golden Fizz #EEEA2B
Tints of Golden Fizz #EEEA2B
RGB
CMYK
RGB Variations
Color information
#EEEA2B (or 0xEEEA2B) is known color: Golden Fizz. HEX triplet: EE, EA and 2B. RGB value is (238,234,43). Sum of RGB (Red+Green+Blue) = 238+234+43=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEA2B is #1115D4. Grayscale: #D6D6D6. Windows color (decimal): -1119701 or 2878190. OLE color: 2878190.
HSL color Cylindrical-coordinate representation of color #EEEA2B: hue angle of 58.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEEA2B is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 43 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.07 |
| HSL | 58.77º | 0.85% | 0.55% | - |
| HSV(B) | 58.77º | 0.82% | 0.93% | - |
| XYZ | 65.12 | 77.2 | 13.75 | - |
| YUV | 213.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 43 | 0 | 0.02 | 0.82 | 0.07 | 58.77 | 0.85 | 0.55 |
| Hex | EE | EA | 2B | 0 | 2 | 52 | 7 | 3B | 55 | 37 |
| Octal | 356 | 352 | 53 | 0 | 2 | 122 | 7 | 73 | 125 | 67 |
| Binary | 11101110 | 11101010 | 101011 | 0 | 10 | 1010010 | 111 | 111011 | 1010101 | 110111 |
Color Harmonies of #EEEA2B
Complementary color
Monochromatic Colors of #EEEA2B
Black with #EEEA2B
Text Example
Text Example
White with #EEEA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEA2B; }
p { color: rgb(238,234,43); }
H1.HeaderClassName
{
color: #EEEA2B;
}
.AnyTagClassName
{
color: #EEEA2B;
}
</style>
background-color css
<style>
a { background-color: #EEEA2B; }
a { background-color: rgb(238,234,43); }
div.DivClassName
{
background-color: #EEEA2B;
}
.BgClassName
{
background-color: #EEEA2B;
}
</style>
border-color css
<style>
span { border-color: #EEEA2B; }
span { border-color: rgb(238,234,43); }
td.TdClassName
{
border-color: #EEEA2B;
}
.TagClassName
{
border-color: #EEEA2B;
}
</style>