#EFDE2B

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

Shades of Golden Fizz #EFDE2B

Tints of Golden Fizz #EFDE2B

Color information

#EFDE2B (or 0xEFDE2B) is unknown color: approx Golden Fizz. HEX triplet: EF, DE and 2B. RGB value is (239,222,43). Sum of RGB (Red+Green+Blue) = 239+222+43=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE2B is #1021D4. Grayscale: #CFCFCF. Windows color (decimal): -1057237 or 2875119. OLE color: 2875119.

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

Color convert

RGB23922243-
CMYK00.070.820.06
HSL54.8º85.96%55.29%-
HSV(B)54.8º82.01%93.73%-
XYZ62.1570.7712.67-
YUV206.6835.63151.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 43 (17.19% from 255) = 8.53%
R=47.42%
G=44.05%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392224300.070.820.0654.885.9655.29
HexEFDE2B07526375637
Octal357336530712266712667
Binary1110111111011110101011011110100101101101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE2B; }

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

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

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

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

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

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

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

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