#EEFD2E

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

Shades of Golden Fizz #EEFD2E

Tints of Golden Fizz #EEFD2E

Color information

#EEFD2E (or 0xEEFD2E) is unknown color: approx Golden Fizz. HEX triplet: EE, FD and 2E. RGB value is (238,253,46). Sum of RGB (Red+Green+Blue) = 238+253+46=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD2E is #1102D1. Grayscale: #E1E1E1. Windows color (decimal): -1114834 or 3079662. OLE color: 3079662.

HSL color Cylindrical-coordinate representation of color #EEFD2E: hue angle of 64.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEFD2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB23825346-
CMYK0.0600.820.01
HSL64.35º98.1%58.63%-
HSV(B)64.35º81.82%99.22%-
XYZ70.8888.6215.96-
YUV224.9227.03137.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 253 (99.22% from 255) = 47.11%
BLUE value IS 46 (18.36% from 255) = 8.57%
R=44.32%
G=47.11%
B=8.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238253460.0600.820.0164.3598.158.63
HexEEFD2E6052140623b
Octal3563755660122110014273
Binary111011101111110110111011001010010110000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFD2E; }

 p { color: rgb(238,253,46); }

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

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

 a { background-color: rgb(238,253,46); }

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

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

 span { border-color: rgb(238,253,46); }

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