Shades of Golden Fizz #EEF930
Tints of Golden Fizz #EEF930
RGB
CMYK
RGB Variations
Color information
#EEF930 (or 0xEEF930) is known color: Golden Fizz. HEX triplet: EE, F9 and 30. RGB value is (238,249,48). Sum of RGB (Red+Green+Blue) = 238+249+48=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 48 (19.14% from 255 or 8.97% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF930 is #1106CF. Grayscale: #DFDFDF. Windows color (decimal): -1115856 or 3209710. OLE color: 3209710.
HSL color Cylindrical-coordinate representation of color #EEF930: hue angle of 63.28º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEF930 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 48 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.02 |
| HSL | 63.28º | 0.94% | 0.58% | - |
| HSV(B) | 63.28º | 0.81% | 0.98% | - |
| XYZ | 69.67 | 86.14 | 15.75 | - |
| YUV | 222.8 | 29.36 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 48 | 0.04 | 0 | 0.81 | 0.02 | 63.28 | 0.94 | 0.58 |
| Hex | EE | F9 | 30 | 4 | 0 | 51 | 2 | 3F | 5E | 3A |
| Octal | 356 | 371 | 60 | 4 | 0 | 121 | 2 | 77 | 136 | 72 |
| Binary | 11101110 | 11111001 | 110000 | 100 | 0 | 1010001 | 10 | 111111 | 1011110 | 111010 |
Color Harmonies of #EEF930
Complementary color
Monochromatic Colors of #EEF930
Black with #EEF930
Text Example
Text Example
White with #EEF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF930; }
p { color: rgb(238,249,48); }
H1.HeaderClassName
{
color: #EEF930;
}
.AnyTagClassName
{
color: #EEF930;
}
</style>
background-color css
<style>
a { background-color: #EEF930; }
a { background-color: rgb(238,249,48); }
div.DivClassName
{
background-color: #EEF930;
}
.BgClassName
{
background-color: #EEF930;
}
</style>
border-color css
<style>
span { border-color: #EEF930; }
span { border-color: rgb(238,249,48); }
td.TdClassName
{
border-color: #EEF930;
}
.TagClassName
{
border-color: #EEF930;
}
</style>