#EDECB2

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

Shades of Medium Goldenrod #EDECB2

Tints of Medium Goldenrod #EDECB2

Color information

#EDECB2 (or 0xEDECB2) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and B2. RGB value is (237,236,178). Sum of RGB (Red+Green+Blue) = 237+236+178=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECB2 is #12134D. Grayscale: #E5E5E5. Windows color (decimal): -1184590 or 11726061. OLE color: 11726061.

HSL color Cylindrical-coordinate representation of color #EDECB2: hue angle of 58.98º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDECB2 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237236178-
CMYK00.000.250.07
HSL58.98º62.11%81.37%-
HSV(B)58.98º24.89%92.94%-
XYZ72.9681.2153.95-
YUV229.6998.83133.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 178 (69.92% from 255) = 27.34%
R=36.41%
G=36.25%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723617800.000.250.0758.9862.1181.37
HexEDECB2001973b3e51
Octal355354262003177376121
Binary11101101111011001011001000110011111110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECB2; }

 p { color: rgb(237,236,178); }

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

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

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

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

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

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

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