Shades of Golden Fizz #E7FA25
Tints of Golden Fizz #E7FA25
RGB
CMYK
RGB Variations
Color information
#E7FA25 (or 0xE7FA25) is known color: Golden Fizz. HEX triplet: E7, FA and 25. RGB value is (231,250,37). Sum of RGB (Red+Green+Blue) = 231+250+37=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 37 (14.84% from 255 or 7.14% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FA25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FA25 is #1805DA. Grayscale: #DCDCDC. Windows color (decimal): -1574363 or 2489063. OLE color: 2489063.
HSL color Cylindrical-coordinate representation of color #E7FA25: hue angle of 65.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7FA25 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 250 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.02 |
| HSL | 65.35º | 0.96% | 0.56% | - |
| HSV(B) | 65.35º | 0.85% | 0.98% | - |
| XYZ | 67.47 | 85.49 | 14.7 | - |
| YUV | 220.04 | 24.71 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 250 | 37 | 0.08 | 0 | 0.85 | 0.02 | 65.35 | 0.96 | 0.56 |
| Hex | E7 | FA | 25 | 8 | 0 | 55 | 2 | 41 | 60 | 38 |
| Octal | 347 | 372 | 45 | 10 | 0 | 125 | 2 | 101 | 140 | 70 |
| Binary | 11100111 | 11111010 | 100101 | 1000 | 0 | 1010101 | 10 | 1000001 | 1100000 | 111000 |
Color Harmonies of #E7FA25
Complementary color
Monochromatic Colors of #E7FA25
Black with #E7FA25
Text Example
Text Example
White with #E7FA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FA25; }
p { color: rgb(231,250,37); }
H1.HeaderClassName
{
color: #E7FA25;
}
.AnyTagClassName
{
color: #E7FA25;
}
</style>
background-color css
<style>
a { background-color: #E7FA25; }
a { background-color: rgb(231,250,37); }
div.DivClassName
{
background-color: #E7FA25;
}
.BgClassName
{
background-color: #E7FA25;
}
</style>
border-color css
<style>
span { border-color: #E7FA25; }
span { border-color: rgb(231,250,37); }
td.TdClassName
{
border-color: #E7FA25;
}
.TagClassName
{
border-color: #E7FA25;
}
</style>