Shades of Golden Fizz #E7FA2F
Tints of Golden Fizz #E7FA2F
RGB
CMYK
RGB Variations
Color information
#E7FA2F (or 0xE7FA2F) is known color: Golden Fizz. HEX triplet: E7, FA and 2F. RGB value is (231,250,47). Sum of RGB (Red+Green+Blue) = 231+250+47=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FA2F is #1805D0. Grayscale: #DDDDDD. Windows color (decimal): -1574353 or 3144423. OLE color: 3144423.
HSL color Cylindrical-coordinate representation of color #E7FA2F: hue angle of 65.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7FA2F is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 250 | 47 | - |
CMYK | 0.08 | 0 | 0.81 | 0.02 |
HSL | 65.62º | 0.95% | 0.58% | - |
HSV(B) | 65.62º | 0.81% | 0.98% | - |
XYZ | 67.65 | 85.57 | 15.64 | - |
YUV | 221.18 | 29.71 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 250 | 47 | 0.08 | 0 | 0.81 | 0.02 | 65.62 | 0.95 | 0.58 |
Hex | E7 | FA | 2F | 8 | 0 | 51 | 2 | 42 | 5F | 3A |
Octal | 347 | 372 | 57 | 10 | 0 | 121 | 2 | 102 | 137 | 72 |
Binary | 11100111 | 11111010 | 101111 | 1000 | 0 | 1010001 | 10 | 1000010 | 1011111 | 111010 |
Color Harmonies of #E7FA2F
Complementary color
Monochromatic Colors of #E7FA2F
Black with #E7FA2F
Text Example
Text Example
White with #E7FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FA2F; }
p { color: rgb(231,250,47); }
H1.HeaderClassName
{
color: #E7FA2F;
}
.AnyTagClassName
{
color: #E7FA2F;
}
</style>
background-color css
<style>
a { background-color: #E7FA2F; }
a { background-color: rgb(231,250,47); }
div.DivClassName
{
background-color: #E7FA2F;
}
.BgClassName
{
background-color: #E7FA2F;
}
</style>
border-color css
<style>
span { border-color: #E7FA2F; }
span { border-color: rgb(231,250,47); }
td.TdClassName
{
border-color: #E7FA2F;
}
.TagClassName
{
border-color: #E7FA2F;
}
</style>