#EDEAB7

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

Shades of Medium Goldenrod #EDEAB7

Tints of Medium Goldenrod #EDEAB7

Color information

#EDEAB7 (or 0xEDEAB7) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EA and B7. RGB value is (237,234,183). Sum of RGB (Red+Green+Blue) = 237+234+183=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 183 (71.88% from 255 or 27.98% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB7 is #121548. Grayscale: #E5E5E5. Windows color (decimal): -1185097 or 12053229. OLE color: 12053229.

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

Color convert

RGB237234183-
CMYK00.010.230.07
HSL56.67º60%82.35%-
HSV(B)56.67º22.78%92.94%-
XYZ72.980.2756.45-
YUV229.08101.99133.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 183 (71.88% from 255) = 27.98%
R=36.24%
G=35.78%
B=27.98%

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
Decimal23723418300.010.230.0756.676082.35
HexEDEAB701177393c52
Octal355352267012777174122
Binary11101101111010101011011101101111111110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAB7; }

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

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

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

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

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

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

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

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