#EDEBB7

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

Shades of Medium Goldenrod #EDEBB7

Tints of Medium Goldenrod #EDEBB7

Color information

#EDEBB7 (or 0xEDEBB7) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EB and B7. RGB value is (237,235,183). Sum of RGB (Red+Green+Blue) = 237+235+183=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBB7 is #121448. Grayscale: #E5E5E5. Windows color (decimal): -1184841 or 12053485. OLE color: 12053485.

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

Color convert

RGB237235183-
CMYK00.010.230.07
HSL57.78º60%82.35%-
HSV(B)57.78º22.78%92.94%-
XYZ73.1880.8456.55-
YUV229.67101.66133.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 183 (71.88% from 255) = 27.94%
R=36.18%
G=35.88%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723518300.010.230.0757.786082.35
HexEDEBB7011773a3c52
Octal355353267012777274122
Binary11101101111010111011011101101111111110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBB7; }

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

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

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

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

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

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

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

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