Shades of Golden Fizz #EEF92D
Tints of Golden Fizz #EEF92D
RGB
CMYK
RGB Variations
Color information
#EEF92D (or 0xEEF92D) is known color: Golden Fizz. HEX triplet: EE, F9 and 2D. RGB value is (238,249,45). Sum of RGB (Red+Green+Blue) = 238+249+45=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF92D is #1106D2. Grayscale: #DFDFDF. Windows color (decimal): -1115859 or 3013102. OLE color: 3013102.
HSL color Cylindrical-coordinate representation of color #EEF92D: hue angle of 63.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF92D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 63.24º | 0.94% | 0.58% | - |
| HSV(B) | 63.24º | 0.82% | 0.98% | - |
| XYZ | 69.61 | 86.12 | 15.44 | - |
| YUV | 222.46 | 27.86 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 45 | 0.04 | 0 | 0.82 | 0.02 | 63.24 | 0.94 | 0.58 |
| Hex | EE | F9 | 2D | 4 | 0 | 52 | 2 | 3F | 5E | 3A |
| Octal | 356 | 371 | 55 | 4 | 0 | 122 | 2 | 77 | 136 | 72 |
| Binary | 11101110 | 11111001 | 101101 | 100 | 0 | 1010010 | 10 | 111111 | 1011110 | 111010 |
Color Harmonies of #EEF92D
Complementary color
Monochromatic Colors of #EEF92D
Black with #EEF92D
Text Example
Text Example
White with #EEF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF92D; }
p { color: rgb(238,249,45); }
H1.HeaderClassName
{
color: #EEF92D;
}
.AnyTagClassName
{
color: #EEF92D;
}
</style>
background-color css
<style>
a { background-color: #EEF92D; }
a { background-color: rgb(238,249,45); }
div.DivClassName
{
background-color: #EEF92D;
}
.BgClassName
{
background-color: #EEF92D;
}
</style>
border-color css
<style>
span { border-color: #EEF92D; }
span { border-color: rgb(238,249,45); }
td.TdClassName
{
border-color: #EEF92D;
}
.TagClassName
{
border-color: #EEF92D;
}
</style>