Shades of Golden Fizz #EEEE32
Tints of Golden Fizz #EEEE32
RGB
CMYK
RGB Variations
Color information
#EEEE32 (or 0xEEEE32) is known color: Golden Fizz. HEX triplet: EE, EE and 32. RGB value is (238,238,50). Sum of RGB (Red+Green+Blue) = 238+238+50=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEE32 is #1111CD. Grayscale: #D9D9D9. Windows color (decimal): -1118670 or 3337966. OLE color: 3337966.
HSL color Cylindrical-coordinate representation of color #EEEE32: hue angle of 60º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEEE32 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 50 | - |
| CMYK | 0 | 0 | 0.79 | 0.07 |
| HSL | 60º | 0.85% | 0.56% | - |
| HSV(B) | 60º | 0.79% | 0.93% | - |
| XYZ | 66.41 | 79.56 | 14.87 | - |
| YUV | 216.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 50 | 0 | 0 | 0.79 | 0.07 | 60 | 0.85 | 0.56 |
| Hex | EE | EE | 32 | 0 | 0 | 4F | 7 | 3C | 55 | 38 |
| Octal | 356 | 356 | 62 | 0 | 0 | 117 | 7 | 74 | 125 | 70 |
| Binary | 11101110 | 11101110 | 110010 | 0 | 0 | 1001111 | 111 | 111100 | 1010101 | 111000 |
Color Harmonies of #EEEE32
Complementary color
Monochromatic Colors of #EEEE32
Black with #EEEE32
Text Example
Text Example
White with #EEEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEE32; }
p { color: rgb(238,238,50); }
H1.HeaderClassName
{
color: #EEEE32;
}
.AnyTagClassName
{
color: #EEEE32;
}
</style>
background-color css
<style>
a { background-color: #EEEE32; }
a { background-color: rgb(238,238,50); }
div.DivClassName
{
background-color: #EEEE32;
}
.BgClassName
{
background-color: #EEEE32;
}
</style>
border-color css
<style>
span { border-color: #EEEE32; }
span { border-color: rgb(238,238,50); }
td.TdClassName
{
border-color: #EEEE32;
}
.TagClassName
{
border-color: #EEEE32;
}
</style>