#EFFE2D

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

Shades of Golden Fizz #EFFE2D

Tints of Golden Fizz #EFFE2D

Color information

#EFFE2D (or 0xEFFE2D) is unknown color: approx Golden Fizz. HEX triplet: EF, FE and 2D. RGB value is (239,254,45). Sum of RGB (Red+Green+Blue) = 239+254+45=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE2D is #1001D2. Grayscale: #E2E2E2. Windows color (decimal): -1049043 or 3014383. OLE color: 3014383.

HSL color Cylindrical-coordinate representation of color #EFFE2D: hue angle of 64.31º 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 #EFFE2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB23925445-
CMYK0.0600.820.00
HSL64.31º99.05%58.63%-
HSV(B)64.31º82.28%99.61%-
XYZ71.5189.4215.97-
YUV225.6926.03137.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 45 (17.97% from 255) = 8.36%
R=44.42%
G=47.21%
B=8.36%

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
Decimal239254450.0600.820.0064.3199.0558.63
HexEFFE2D6052040633b
Octal3573765560122010014373
Binary111011111111111010110111001010010010000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFE2D; }

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

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

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

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

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

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

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

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