#ECEDB0

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

Shades of Medium Goldenrod #ECEDB0

Tints of Medium Goldenrod #ECEDB0

Color information

#ECEDB0 (or 0xECEDB0) is unknown color: approx Medium Goldenrod. HEX triplet: EC, ED and B0. RGB value is (236,237,176). Sum of RGB (Red+Green+Blue) = 236+237+176=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDB0 is #13124F. Grayscale: #E5E5E5. Windows color (decimal): -1249872 or 11595244. OLE color: 11595244.

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

Color convert

RGB236237176-
CMYK0.0000.260.07
HSL60.98º62.89%80.98%-
HSV(B)60.98º25.74%92.94%-
XYZ72.7181.5452.98-
YUV229.7597.67132.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 176 (69.14% from 255) = 27.12%
R=36.36%
G=36.52%
B=27.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371760.0000.260.0760.9862.8980.98
HexECEDB0001A73d3f51
Octal354355260003277577121
Binary11101100111011011011000000110101111111011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDB0; }

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

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

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

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

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

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

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

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