Shades of Golden Fizz #EEF428
Tints of Golden Fizz #EEF428
RGB
CMYK
RGB Variations
Color information
#EEF428 (or 0xEEF428) is known color: Golden Fizz. HEX triplet: EE, F4 and 28. RGB value is (238,244,40). Sum of RGB (Red+Green+Blue) = 238+244+40=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 40 (16.02% from 255 or 7.66% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF428 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF428 is #110BD7. Grayscale: #DBDBDB. Windows color (decimal): -1117144 or 2684142. OLE color: 2684142.
HSL color Cylindrical-coordinate representation of color #EEF428: hue angle of 61.76º degrees, saturation: 0.9, 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 #EEF428 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.76º | 0.9% | 0.56% | - |
| HSV(B) | 61.76º | 0.84% | 0.96% | - |
| XYZ | 67.99 | 83.03 | 14.45 | - |
| YUV | 218.95 | 27.01 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 40 | 0.02 | 0 | 0.84 | 0.04 | 61.76 | 0.9 | 0.56 |
| Hex | EE | F4 | 28 | 2 | 0 | 54 | 4 | 3E | 5A | 38 |
| Octal | 356 | 364 | 50 | 2 | 0 | 124 | 4 | 76 | 132 | 70 |
| Binary | 11101110 | 11110100 | 101000 | 10 | 0 | 1010100 | 100 | 111110 | 1011010 | 111000 |
Color Harmonies of #EEF428
Complementary color
Monochromatic Colors of #EEF428
Black with #EEF428
Text Example
Text Example
White with #EEF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF428; }
p { color: rgb(238,244,40); }
H1.HeaderClassName
{
color: #EEF428;
}
.AnyTagClassName
{
color: #EEF428;
}
</style>
background-color css
<style>
a { background-color: #EEF428; }
a { background-color: rgb(238,244,40); }
div.DivClassName
{
background-color: #EEF428;
}
.BgClassName
{
background-color: #EEF428;
}
</style>
border-color css
<style>
span { border-color: #EEF428; }
span { border-color: rgb(238,244,40); }
td.TdClassName
{
border-color: #EEF428;
}
.TagClassName
{
border-color: #EEF428;
}
</style>