#EDED21

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

Shades of Golden Fizz #EDED21

Tints of Golden Fizz #EDED21

Color information

#EDED21 (or 0xEDED21) is unknown color: approx Golden Fizz. HEX triplet: ED, ED and 21. RGB value is (237,237,33). Sum of RGB (Red+Green+Blue) = 237+237+33=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 33 (13.28% from 255 or 6.51% from 507); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED21 is #1212DE. Grayscale: #D6D6D6. Windows color (decimal): -1184479 or 2223597. OLE color: 2223597.

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

Color convert

RGB23723733-
CMYK000.860.07
HSL60º85%52.94%-
HSV(B)60º86.08%92.94%-
XYZ65.4878.6813.17-
YUV213.7426144.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 33 (13.28% from 255) = 6.51%
R=46.75%
G=46.75%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723733000.860.07608552.94
HexEDED21005673c5535
Octal355355410012677412565
Binary11101101111011011000010010101101111111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED21; }

 p { color: rgb(237,237,33); }

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

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

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

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

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

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

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