Shades of Golden Fizz #EEFA30
Tints of Golden Fizz #EEFA30
RGB
CMYK
RGB Variations
Color information
#EEFA30 (or 0xEEFA30) is known color: Golden Fizz. HEX triplet: EE, FA and 30. RGB value is (238,250,48). Sum of RGB (Red+Green+Blue) = 238+250+48=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 48 (19.14% from 255 or 8.96% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA30 is #1105CF. Grayscale: #E0E0E0. Windows color (decimal): -1115600 or 3209966. OLE color: 3209966.
HSL color Cylindrical-coordinate representation of color #EEFA30: hue angle of 63.56º degrees, saturation: 0.95, 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 #EEFA30 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.02 |
| HSL | 63.56º | 0.95% | 0.58% | - |
| HSV(B) | 63.56º | 0.81% | 0.98% | - |
| XYZ | 69.98 | 86.76 | 15.85 | - |
| YUV | 223.38 | 29.02 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 48 | 0.05 | 0 | 0.81 | 0.02 | 63.56 | 0.95 | 0.58 |
| Hex | EE | FA | 30 | 5 | 0 | 51 | 2 | 40 | 5F | 3A |
| Octal | 356 | 372 | 60 | 5 | 0 | 121 | 2 | 100 | 137 | 72 |
| Binary | 11101110 | 11111010 | 110000 | 101 | 0 | 1010001 | 10 | 1000000 | 1011111 | 111010 |
Color Harmonies of #EEFA30
Complementary color
Monochromatic Colors of #EEFA30
Black with #EEFA30
Text Example
Text Example
White with #EEFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA30; }
p { color: rgb(238,250,48); }
H1.HeaderClassName
{
color: #EEFA30;
}
.AnyTagClassName
{
color: #EEFA30;
}
</style>
background-color css
<style>
a { background-color: #EEFA30; }
a { background-color: rgb(238,250,48); }
div.DivClassName
{
background-color: #EEFA30;
}
.BgClassName
{
background-color: #EEFA30;
}
</style>
border-color css
<style>
span { border-color: #EEFA30; }
span { border-color: rgb(238,250,48); }
td.TdClassName
{
border-color: #EEFA30;
}
.TagClassName
{
border-color: #EEFA30;
}
</style>