#E7FA2F

Color #E7FA2F Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E7FA2F

Tints of Golden Fizz #E7FA2F

Color information

#E7FA2F (or 0xE7FA2F) is unknown color: approx 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

RGB23125047-
CMYK0.0800.810.02
HSL65.62º95.31%58.24%-
HSV(B)65.62º81.2%98.04%-
XYZ67.6585.5715.64-
YUV221.1829.71135.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 47 (18.75% from 255) = 8.90%
R=43.75%
G=47.35%
B=8.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal231250470.0800.810.0265.6295.3158.24
HexE7FA2F80512425f3a
Octal34737257100121210213772
Binary11100111111110101011111000010100011010000101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7FA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>