#E9FA2E

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

Shades of Golden Fizz #E9FA2E

Tints of Golden Fizz #E9FA2E

Color information

#E9FA2E (or 0xE9FA2E) is unknown color: approx Golden Fizz. HEX triplet: E9, FA and 2E. RGB value is (233,250,46). Sum of RGB (Red+Green+Blue) = 233+250+46=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 46 (18.36% from 255 or 8.70% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9FA2E is #1605D1. Grayscale: #DEDEDE. Windows color (decimal): -1443282 or 3078889. OLE color: 3078889.

HSL color Cylindrical-coordinate representation of color #E9FA2E: hue angle of 65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9FA2E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB23325046-
CMYK0.0700.820.02
HSL65º95.33%58.04%-
HSV(B)65º81.6%98.04%-
XYZ68.2885.8915.56-
YUV221.6628.87136.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 46 (18.36% from 255) = 8.70%
R=44.05%
G=47.26%
B=8.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal233250460.0700.820.026595.3358.04
HexE9FA2E70522415f3a
Octal3513725670122210113772
Binary1110100111111010101110111010100101010000011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FA2E; }

 p { color: rgb(233,250,46); }

 H1.HeaderClassName
 {
   color: #E9FA2E;
 }
 .AnyTagClassName
 {
   color: #E9FA2E;
 }
</style>
background-color css

<style>
 a { background-color: #E9FA2E; }

 a { background-color: rgb(233,250,46); }

 div.DivClassName
 {
   background-color: #E9FA2E;
 }
 .BgClassName
 {
   background-color: #E9FA2E;
 }
</style>
border-color css

<style>
 span { border-color: #E9FA2E; }

 span { border-color: rgb(233,250,46); }

 td.TdClassName
 {
   border-color: #E9FA2E;
 }
 .TagClassName
 {
   border-color: #E9FA2E;
 }
</style>