Shades of Golden Fizz #E7FC25
Tints of Golden Fizz #E7FC25
RGB
CMYK
RGB Variations
Color information
#E7FC25 (or 0xE7FC25) is known color: Golden Fizz. HEX triplet: E7, FC and 25. RGB value is (231,252,37). Sum of RGB (Red+Green+Blue) = 231+252+37=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #E7FC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FC25 is #1803DA. Grayscale: #DEDEDE. Windows color (decimal): -1573851 or 2489575. OLE color: 2489575.
HSL color Cylindrical-coordinate representation of color #E7FC25: hue angle of 65.86º 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 #E7FC25 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 252 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.01 |
| HSL | 65.86º | 0.97% | 0.57% | - |
| HSV(B) | 65.86º | 0.85% | 0.99% | - |
| XYZ | 68.1 | 86.74 | 14.9 | - |
| YUV | 221.21 | 24.04 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 252 | 37 | 0.08 | 0 | 0.85 | 0.01 | 65.86 | 0.97 | 0.57 |
| Hex | E7 | FC | 25 | 8 | 0 | 55 | 1 | 42 | 61 | 39 |
| Octal | 347 | 374 | 45 | 10 | 0 | 125 | 1 | 102 | 141 | 71 |
| Binary | 11100111 | 11111100 | 100101 | 1000 | 0 | 1010101 | 1 | 1000010 | 1100001 | 111001 |
Color Harmonies of #E7FC25
Complementary color
Monochromatic Colors of #E7FC25
Black with #E7FC25
Text Example
Text Example
White with #E7FC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FC25; }
p { color: rgb(231,252,37); }
H1.HeaderClassName
{
color: #E7FC25;
}
.AnyTagClassName
{
color: #E7FC25;
}
</style>
background-color css
<style>
a { background-color: #E7FC25; }
a { background-color: rgb(231,252,37); }
div.DivClassName
{
background-color: #E7FC25;
}
.BgClassName
{
background-color: #E7FC25;
}
</style>
border-color css
<style>
span { border-color: #E7FC25; }
span { border-color: rgb(231,252,37); }
td.TdClassName
{
border-color: #E7FC25;
}
.TagClassName
{
border-color: #E7FC25;
}
</style>