#EDECAC

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

Shades of Medium Goldenrod #EDECAC

Tints of Medium Goldenrod #EDECAC

Color information

#EDECAC (or 0xEDECAC) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and AC. RGB value is (237,236,172). Sum of RGB (Red+Green+Blue) = 237+236+172=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAC is #121353. Grayscale: #E5E5E5. Windows color (decimal): -1184596 or 11332845. OLE color: 11332845.

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

Color convert

RGB237236172-
CMYK00.000.270.07
HSL59.08º64.36%80.2%-
HSV(B)59.08º27.43%92.94%-
XYZ72.3780.9750.85-
YUV22995.83133.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=36.74%
G=36.59%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723617200.000.270.0759.0864.3680.2
HexEDECAC001B73b4050
Octal3553542540033773100120
Binary111011011110110010101100001101111111101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECAC; }

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

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

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

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

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

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

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

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