Shades of Golden Fizz #EEFA31
Tints of Golden Fizz #EEFA31
RGB
CMYK
RGB Variations
Color information
#EEFA31 (or 0xEEFA31) is known color: Golden Fizz. HEX triplet: EE, FA and 31. RGB value is (238,250,49). Sum of RGB (Red+Green+Blue) = 238+250+49=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 49 (19.53% from 255 or 9.12% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA31 is #1105CE. Grayscale: #E0E0E0. Windows color (decimal): -1115599 or 3275502. OLE color: 3275502.
HSL color Cylindrical-coordinate representation of color #EEFA31: hue angle of 63.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEFA31 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 49 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.02 |
| HSL | 63.58º | 0.95% | 0.59% | - |
| HSV(B) | 63.58º | 0.8% | 0.98% | - |
| XYZ | 70 | 86.77 | 15.96 | - |
| YUV | 223.5 | 29.52 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 49 | 0.05 | 0 | 0.80 | 0.02 | 63.58 | 0.95 | 0.59 |
| Hex | EE | FA | 31 | 5 | 0 | 50 | 2 | 40 | 5F | 3B |
| Octal | 356 | 372 | 61 | 5 | 0 | 120 | 2 | 100 | 137 | 73 |
| Binary | 11101110 | 11111010 | 110001 | 101 | 0 | 1010000 | 10 | 1000000 | 1011111 | 111011 |
Color Harmonies of #EEFA31
Complementary color
Monochromatic Colors of #EEFA31
Black with #EEFA31
Text Example
Text Example
White with #EEFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA31; }
p { color: rgb(238,250,49); }
H1.HeaderClassName
{
color: #EEFA31;
}
.AnyTagClassName
{
color: #EEFA31;
}
</style>
background-color css
<style>
a { background-color: #EEFA31; }
a { background-color: rgb(238,250,49); }
div.DivClassName
{
background-color: #EEFA31;
}
.BgClassName
{
background-color: #EEFA31;
}
</style>
border-color css
<style>
span { border-color: #EEFA31; }
span { border-color: rgb(238,250,49); }
td.TdClassName
{
border-color: #EEFA31;
}
.TagClassName
{
border-color: #EEFA31;
}
</style>