Shades of Golden Fizz #EEFC25
Tints of Golden Fizz #EEFC25
RGB
CMYK
RGB Variations
Color information
#EEFC25 (or 0xEEFC25) is known color: Golden Fizz. HEX triplet: EE, FC and 25. RGB value is (238,252,37). Sum of RGB (Red+Green+Blue) = 238+252+37=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 37 (14.84% from 255 or 7.02% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFC25 is #1103DA. Grayscale: #E0E0E0. Windows color (decimal): -1115099 or 2489582. OLE color: 2489582.
HSL color Cylindrical-coordinate representation of color #EEFC25: hue angle of 63.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEFC25 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 252 | 37 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.01 |
| HSL | 63.91º | 0.97% | 0.57% | - |
| HSV(B) | 63.91º | 0.85% | 0.99% | - |
| XYZ | 70.4 | 87.93 | 15.01 | - |
| YUV | 223.3 | 22.86 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 252 | 37 | 0.06 | 0 | 0.85 | 0.01 | 63.91 | 0.97 | 0.57 |
| Hex | EE | FC | 25 | 6 | 0 | 55 | 1 | 40 | 61 | 39 |
| Octal | 356 | 374 | 45 | 6 | 0 | 125 | 1 | 100 | 141 | 71 |
| Binary | 11101110 | 11111100 | 100101 | 110 | 0 | 1010101 | 1 | 1000000 | 1100001 | 111001 |
Color Harmonies of #EEFC25
Complementary color
Monochromatic Colors of #EEFC25
Black with #EEFC25
Text Example
Text Example
White with #EEFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFC25; }
p { color: rgb(238,252,37); }
H1.HeaderClassName
{
color: #EEFC25;
}
.AnyTagClassName
{
color: #EEFC25;
}
</style>
background-color css
<style>
a { background-color: #EEFC25; }
a { background-color: rgb(238,252,37); }
div.DivClassName
{
background-color: #EEFC25;
}
.BgClassName
{
background-color: #EEFC25;
}
</style>
border-color css
<style>
span { border-color: #EEFC25; }
span { border-color: rgb(238,252,37); }
td.TdClassName
{
border-color: #EEFC25;
}
.TagClassName
{
border-color: #EEFC25;
}
</style>