#EDED37

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

Shades of Golden Fizz #EDED37

Tints of Golden Fizz #EDED37

Color information

#EDED37 (or 0xEDED37) is unknown color: approx Golden Fizz. HEX triplet: ED, ED and 37. RGB value is (237,237,55). Sum of RGB (Red+Green+Blue) = 237+237+55=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED37 is #1212C8. Grayscale: #D8D8D8. Windows color (decimal): -1184457 or 3665389. OLE color: 3665389.

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

Color convert

RGB23723755-
CMYK000.770.07
HSL60º83.49%57.25%-
HSV(B)60º76.79%92.94%-
XYZ65.978.8515.36-
YUV216.2537142.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 55 (21.88% from 255) = 10.40%
R=44.80%
G=44.80%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723755000.770.076083.4957.25
HexEDED37004D73c5339
Octal355355670011577412371
Binary11101101111011011101110010011011111111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED37; }

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

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

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

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

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

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

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

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