#EDECB6

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

Shades of Medium Goldenrod #EDECB6

Tints of Medium Goldenrod #EDECB6

Color information

#EDECB6 (or 0xEDECB6) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and B6. RGB value is (237,236,182). Sum of RGB (Red+Green+Blue) = 237+236+182=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECB6 is #121349. Grayscale: #E6E6E6. Windows color (decimal): -1184586 or 11988205. OLE color: 11988205.

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

Color convert

RGB237236182-
CMYK00.000.230.07
HSL58.91º60.44%82.16%-
HSV(B)58.91º23.21%92.94%-
XYZ73.3681.3756.1-
YUV230.14100.83132.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 182 (71.48% from 255) = 27.79%
R=36.18%
G=36.03%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723618200.000.230.0758.9160.4482.16
HexEDECB6001773b3c52
Octal355354266002777374122
Binary11101101111011001011011000101111111110111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECB6; }

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

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

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

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

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

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

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

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