#EDDD20

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

Shades of Golden Fizz #EDDD20

Tints of Golden Fizz #EDDD20

Color information

#EDDD20 (or 0xEDDD20) is unknown color: approx Golden Fizz. HEX triplet: ED, DD and 20. RGB value is (237,221,32). Sum of RGB (Red+Green+Blue) = 237+221+32=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD20 is #1222DF. Grayscale: #CDCDCD. Windows color (decimal): -1188576 or 2153965. OLE color: 2153965.

HSL color Cylindrical-coordinate representation of color #EDDD20: hue angle of 55.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDDD20 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23722132-
CMYK00.070.860.07
HSL55.32º85.06%52.75%-
HSV(B)55.32º86.5%92.94%-
XYZ61.0469.8211.63-
YUV204.2430.8151.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 32 (12.89% from 255) = 6.53%
R=48.37%
G=45.10%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372213200.070.860.0755.3285.0652.75
HexEDDD2007567375535
Octal355335400712676712565
Binary1110110111011101100000011110101101111101111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD20; }

 p { color: rgb(237,221,32); }

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

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

 a { background-color: rgb(237,221,32); }

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

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

 span { border-color: rgb(237,221,32); }

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