#EFE82E

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

Shades of Golden Fizz #EFE82E

Tints of Golden Fizz #EFE82E

Color information

#EFE82E (or 0xEFE82E) is unknown color: approx Golden Fizz. HEX triplet: EF, E8 and 2E. RGB value is (239,232,46). Sum of RGB (Red+Green+Blue) = 239+232+46=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE82E is #1017D1. Grayscale: #D5D5D5. Windows color (decimal): -1054674 or 3074287. OLE color: 3074287.

HSL color Cylindrical-coordinate representation of color #EFE82E: hue angle of 57.82º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFE82E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23923246-
CMYK00.030.810.06
HSL57.82º85.78%55.88%-
HSV(B)57.82º80.75%93.73%-
XYZ64.9576.2613.88-
YUV212.8933.82146.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 46 (18.36% from 255) = 8.90%
R=46.23%
G=44.87%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392324600.030.810.0657.8285.7855.88
HexEFE82E035163a5638
Octal357350560312167212670
Binary111011111110100010111001110100011101110101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE82E; }

 p { color: rgb(239,232,46); }

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

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

 a { background-color: rgb(239,232,46); }

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

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

 span { border-color: rgb(239,232,46); }

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