Shades of Golden Fizz #EEFA28
Tints of Golden Fizz #EEFA28
RGB
CMYK
RGB Variations
Color information
#EEFA28 (or 0xEEFA28) is known color: Golden Fizz. HEX triplet: EE, FA and 28. RGB value is (238,250,40). Sum of RGB (Red+Green+Blue) = 238+250+40=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 40 (16.02% from 255 or 7.58% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA28 is #1105D7. Grayscale: #DFDFDF. Windows color (decimal): -1115608 or 2685678. OLE color: 2685678.
HSL color Cylindrical-coordinate representation of color #EEFA28: hue angle of 63.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEFA28 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 40 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.02 |
| HSL | 63.43º | 0.95% | 0.57% | - |
| HSV(B) | 63.43º | 0.84% | 0.98% | - |
| XYZ | 69.83 | 86.7 | 15.06 | - |
| YUV | 222.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 40 | 0.05 | 0 | 0.84 | 0.02 | 63.43 | 0.95 | 0.57 |
| Hex | EE | FA | 28 | 5 | 0 | 54 | 2 | 3F | 5F | 39 |
| Octal | 356 | 372 | 50 | 5 | 0 | 124 | 2 | 77 | 137 | 71 |
| Binary | 11101110 | 11111010 | 101000 | 101 | 0 | 1010100 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #EEFA28
Complementary color
Monochromatic Colors of #EEFA28
Black with #EEFA28
Text Example
Text Example
White with #EEFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA28; }
p { color: rgb(238,250,40); }
H1.HeaderClassName
{
color: #EEFA28;
}
.AnyTagClassName
{
color: #EEFA28;
}
</style>
background-color css
<style>
a { background-color: #EEFA28; }
a { background-color: rgb(238,250,40); }
div.DivClassName
{
background-color: #EEFA28;
}
.BgClassName
{
background-color: #EEFA28;
}
</style>
border-color css
<style>
span { border-color: #EEFA28; }
span { border-color: rgb(238,250,40); }
td.TdClassName
{
border-color: #EEFA28;
}
.TagClassName
{
border-color: #EEFA28;
}
</style>