#ECEDB6

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

Shades of Medium Goldenrod #ECEDB6

Tints of Medium Goldenrod #ECEDB6

Color information

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

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

Color convert

RGB236237182-
CMYK0.0000.230.07
HSL61.09º60.44%82.16%-
HSV(B)61.09º23.21%92.94%-
XYZ73.3281.7856.18-
YUV230.43100.67131.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371820.0000.230.0761.0960.4482.16
HexECEDB6001773d3c52
Octal354355266002777574122
Binary11101100111011011011011000101111111111011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDB6; }

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

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

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

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

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

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

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

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