#EFDE3A

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

Shades of Golden Fizz #EFDE3A

Tints of Golden Fizz #EFDE3A

Color information

#EFDE3A (or 0xEFDE3A) is unknown color: approx Golden Fizz. HEX triplet: EF, DE and 3A. RGB value is (239,222,58). Sum of RGB (Red+Green+Blue) = 239+222+58=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE3A is #1021C5. Grayscale: #D1D1D1. Windows color (decimal): -1057222 or 3858159. OLE color: 3858159.

HSL color Cylindrical-coordinate representation of color #EFDE3A: hue angle of 54.36º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFDE3A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB23922258-
CMYK00.070.760.06
HSL54.36º84.98%58.24%-
HSV(B)54.36º75.73%93.73%-
XYZ62.4870.914.39-
YUV208.3943.13149.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 58 (23.05% from 255) = 11.18%
R=46.05%
G=42.77%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392225800.070.760.0654.3684.9858.24
HexEFDE3A074C636553a
Octal357336720711466612572
Binary1110111111011110111010011110011001101101101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE3A; }

 p { color: rgb(239,222,58); }

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

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

 a { background-color: rgb(239,222,58); }

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

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

 span { border-color: rgb(239,222,58); }

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