Shades of Golden Fizz #EEFD28
Tints of Golden Fizz #EEFD28
RGB
CMYK
RGB Variations
Color information
#EEFD28 (or 0xEEFD28) is known color: Golden Fizz. HEX triplet: EE, FD and 28. RGB value is (238,253,40). Sum of RGB (Red+Green+Blue) = 238+253+40=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD28 is #1102D7. Grayscale: #E1E1E1. Windows color (decimal): -1114840 or 2686446. OLE color: 2686446.
HSL color Cylindrical-coordinate representation of color #EEFD28: hue angle of 64.23º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEFD28 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 253 | 40 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.01 |
| HSL | 64.23º | 0.98% | 0.57% | - |
| HSV(B) | 64.23º | 0.84% | 0.99% | - |
| XYZ | 70.77 | 88.58 | 15.38 | - |
| YUV | 224.23 | 24.03 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 253 | 40 | 0.06 | 0 | 0.84 | 0.01 | 64.23 | 0.98 | 0.57 |
| Hex | EE | FD | 28 | 6 | 0 | 54 | 1 | 40 | 62 | 39 |
| Octal | 356 | 375 | 50 | 6 | 0 | 124 | 1 | 100 | 142 | 71 |
| Binary | 11101110 | 11111101 | 101000 | 110 | 0 | 1010100 | 1 | 1000000 | 1100010 | 111001 |
Color Harmonies of #EEFD28
Complementary color
Monochromatic Colors of #EEFD28
Black with #EEFD28
Text Example
Text Example
White with #EEFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFD28; }
p { color: rgb(238,253,40); }
H1.HeaderClassName
{
color: #EEFD28;
}
.AnyTagClassName
{
color: #EEFD28;
}
</style>
background-color css
<style>
a { background-color: #EEFD28; }
a { background-color: rgb(238,253,40); }
div.DivClassName
{
background-color: #EEFD28;
}
.BgClassName
{
background-color: #EEFD28;
}
</style>
border-color css
<style>
span { border-color: #EEFD28; }
span { border-color: rgb(238,253,40); }
td.TdClassName
{
border-color: #EEFD28;
}
.TagClassName
{
border-color: #EEFD28;
}
</style>