#EDEDB7

Color #EDEDB7 Medium Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Goldenrod #EDEDB7

Tints of Medium Goldenrod #EDEDB7

Color information

#EDEDB7 (or 0xEDEDB7) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and B7. RGB value is (237,237,183). Sum of RGB (Red+Green+Blue) = 237+237+183=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 183 (71.88% from 255 or 27.85% from 657); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDB7 is #121248. Grayscale: #E7E7E7. Windows color (decimal): -1184329 or 12053997. OLE color: 12053997.

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

Color convert

RGB237237183-
CMYK000.230.07
HSL60º60%82.35%-
HSV(B)60º22.78%92.94%-
XYZ73.7681.9956.74-
YUV230.84101132.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 183 (71.88% from 255) = 27.85%
R=36.07%
G=36.07%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237183000.230.07606082.35
HexEDEDB7001773c3c52
Octal355355267002777474122
Binary11101101111011011011011100101111111111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDB7; }

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

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

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

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

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

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

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

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