Shades of Golden Fizz #EEF628
Tints of Golden Fizz #EEF628
RGB
CMYK
RGB Variations
Color information
#EEF628 (or 0xEEF628) is known color: Golden Fizz. HEX triplet: EE, F6 and 28. RGB value is (238,246,40). Sum of RGB (Red+Green+Blue) = 238+246+40=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF628 is #1109D7. Grayscale: #DCDCDC. Windows color (decimal): -1116632 or 2684654. OLE color: 2684654.
HSL color Cylindrical-coordinate representation of color #EEF628: hue angle of 62.33º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEF628 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 40 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.04 |
| HSL | 62.33º | 0.92% | 0.56% | - |
| HSV(B) | 62.33º | 0.84% | 0.96% | - |
| XYZ | 68.6 | 84.24 | 14.65 | - |
| YUV | 220.12 | 26.35 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 40 | 0.03 | 0 | 0.84 | 0.04 | 62.33 | 0.92 | 0.56 |
| Hex | EE | F6 | 28 | 3 | 0 | 54 | 4 | 3E | 5C | 38 |
| Octal | 356 | 366 | 50 | 3 | 0 | 124 | 4 | 76 | 134 | 70 |
| Binary | 11101110 | 11110110 | 101000 | 11 | 0 | 1010100 | 100 | 111110 | 1011100 | 111000 |
Color Harmonies of #EEF628
Complementary color
Monochromatic Colors of #EEF628
Black with #EEF628
Text Example
Text Example
White with #EEF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF628; }
p { color: rgb(238,246,40); }
H1.HeaderClassName
{
color: #EEF628;
}
.AnyTagClassName
{
color: #EEF628;
}
</style>
background-color css
<style>
a { background-color: #EEF628; }
a { background-color: rgb(238,246,40); }
div.DivClassName
{
background-color: #EEF628;
}
.BgClassName
{
background-color: #EEF628;
}
</style>
border-color css
<style>
span { border-color: #EEF628; }
span { border-color: rgb(238,246,40); }
td.TdClassName
{
border-color: #EEF628;
}
.TagClassName
{
border-color: #EEF628;
}
</style>