Shades of Golden Fizz #EEF329
Tints of Golden Fizz #EEF329
RGB
CMYK
RGB Variations
Color information
#EEF329 (or 0xEEF329) is known color: Golden Fizz. HEX triplet: EE, F3 and 29. RGB value is (238,243,41). Sum of RGB (Red+Green+Blue) = 238+243+41=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 41 (16.41% from 255 or 7.85% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF329 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF329 is #110CD6. Grayscale: #DBDBDB. Windows color (decimal): -1117399 or 2749422. OLE color: 2749422.
HSL color Cylindrical-coordinate representation of color #EEF329: hue angle of 61.49º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEF329 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 41 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.05 |
| HSL | 61.49º | 0.89% | 0.56% | - |
| HSV(B) | 61.49º | 0.83% | 0.95% | - |
| XYZ | 67.71 | 82.44 | 14.44 | - |
| YUV | 218.48 | 27.84 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 41 | 0.02 | 0 | 0.83 | 0.05 | 61.49 | 0.89 | 0.56 |
| Hex | EE | F3 | 29 | 2 | 0 | 53 | 5 | 3D | 59 | 38 |
| Octal | 356 | 363 | 51 | 2 | 0 | 123 | 5 | 75 | 131 | 70 |
| Binary | 11101110 | 11110011 | 101001 | 10 | 0 | 1010011 | 101 | 111101 | 1011001 | 111000 |
Color Harmonies of #EEF329
Complementary color
Monochromatic Colors of #EEF329
Black with #EEF329
Text Example
Text Example
White with #EEF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF329; }
p { color: rgb(238,243,41); }
H1.HeaderClassName
{
color: #EEF329;
}
.AnyTagClassName
{
color: #EEF329;
}
</style>
background-color css
<style>
a { background-color: #EEF329; }
a { background-color: rgb(238,243,41); }
div.DivClassName
{
background-color: #EEF329;
}
.BgClassName
{
background-color: #EEF329;
}
</style>
border-color css
<style>
span { border-color: #EEF329; }
span { border-color: rgb(238,243,41); }
td.TdClassName
{
border-color: #EEF329;
}
.TagClassName
{
border-color: #EEF329;
}
</style>