Shades of Golden Fizz #EEF426
Tints of Golden Fizz #EEF426
RGB
CMYK
RGB Variations
Color information
#EEF426 (or 0xEEF426) is known color: Golden Fizz. HEX triplet: EE, F4 and 26. RGB value is (238,244,38). Sum of RGB (Red+Green+Blue) = 238+244+38=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 38 (15.23% from 255 or 7.31% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF426 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF426 is #110BD9. Grayscale: #DBDBDB. Windows color (decimal): -1117146 or 2553070. OLE color: 2553070.
HSL color Cylindrical-coordinate representation of color #EEF426: hue angle of 61.75º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEF426 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 38 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.75º | 0.9% | 0.55% | - |
| HSV(B) | 61.75º | 0.84% | 0.96% | - |
| XYZ | 67.96 | 83.02 | 14.28 | - |
| YUV | 218.72 | 26.01 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 38 | 0.02 | 0 | 0.84 | 0.04 | 61.75 | 0.9 | 0.55 |
| Hex | EE | F4 | 26 | 2 | 0 | 54 | 4 | 3E | 5A | 37 |
| Octal | 356 | 364 | 46 | 2 | 0 | 124 | 4 | 76 | 132 | 67 |
| Binary | 11101110 | 11110100 | 100110 | 10 | 0 | 1010100 | 100 | 111110 | 1011010 | 110111 |
Color Harmonies of #EEF426
Complementary color
Monochromatic Colors of #EEF426
Black with #EEF426
Text Example
Text Example
White with #EEF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF426; }
p { color: rgb(238,244,38); }
H1.HeaderClassName
{
color: #EEF426;
}
.AnyTagClassName
{
color: #EEF426;
}
</style>
background-color css
<style>
a { background-color: #EEF426; }
a { background-color: rgb(238,244,38); }
div.DivClassName
{
background-color: #EEF426;
}
.BgClassName
{
background-color: #EEF426;
}
</style>
border-color css
<style>
span { border-color: #EEF426; }
span { border-color: rgb(238,244,38); }
td.TdClassName
{
border-color: #EEF426;
}
.TagClassName
{
border-color: #EEF426;
}
</style>