#EEFE2D

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

Shades of Golden Fizz #EEFE2D

Tints of Golden Fizz #EEFE2D

Color information

#EEFE2D (or 0xEEFE2D) is unknown color: approx Golden Fizz. HEX triplet: EE, FE and 2D. RGB value is (238,254,45). Sum of RGB (Red+Green+Blue) = 238+254+45=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE2D is #1101D2. Grayscale: #E2E2E2. Windows color (decimal): -1114579 or 3014382. OLE color: 3014382.

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

Color convert

RGB23825445-
CMYK0.0600.820.00
HSL64.59º99.05%58.63%-
HSV(B)64.59º82.28%99.61%-
XYZ71.1889.2515.96-
YUV225.3926.2136.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 254 (99.61% from 255) = 47.30%
BLUE value IS 45 (17.97% from 255) = 8.38%
R=44.32%
G=47.30%
B=8.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal238254450.0600.820.0064.5999.0558.63
HexEEFE2D6052041633b
Octal3563765560122010114373
Binary111011101111111010110111001010010010000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFE2D; }

 p { color: rgb(238,254,45); }

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

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

 a { background-color: rgb(238,254,45); }

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

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

 span { border-color: rgb(238,254,45); }

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