#EDDC22

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

Shades of Golden Fizz #EDDC22

Tints of Golden Fizz #EDDC22

Color information

#EDDC22 (or 0xEDDC22) is unknown color: approx Golden Fizz. HEX triplet: ED, DC and 22. RGB value is (237,220,34). Sum of RGB (Red+Green+Blue) = 237+220+34=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC22 is #1223DD. Grayscale: #CCCCCC. Windows color (decimal): -1188830 or 2284781. OLE color: 2284781.

HSL color Cylindrical-coordinate representation of color #EDDC22: hue angle of 54.98º 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 #EDDC22 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23722034-
CMYK00.070.860.07
HSL54.98º84.94%53.14%-
HSV(B)54.98º85.65%92.94%-
XYZ60.8169.3111.69-
YUV203.8832.13151.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 34 (13.67% from 255) = 6.92%
R=48.27%
G=44.81%
B=6.92%

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
Decimal2372203400.070.860.0754.9884.9453.14
HexEDDC2207567375535
Octal355334420712676712565
Binary1110110111011100100010011110101101111101111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC22; }

 p { color: rgb(237,220,34); }

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

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

 a { background-color: rgb(237,220,34); }

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

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

 span { border-color: rgb(237,220,34); }

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