#EDECA7

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

Shades of Medium Goldenrod #EDECA7

Tints of Medium Goldenrod #EDECA7

Color information

#EDECA7 (or 0xEDECA7) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and A7. RGB value is (237,236,167). Sum of RGB (Red+Green+Blue) = 237+236+167=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECA7 is #121358. Grayscale: #E4E4E4. Windows color (decimal): -1184601 or 11005165. OLE color: 11005165.

HSL color Cylindrical-coordinate representation of color #EDECA7: hue angle of 59.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDECA7 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237236167-
CMYK00.000.300.07
HSL59.14º66.04%79.22%-
HSV(B)59.14º29.54%92.94%-
XYZ71.980.7948.36-
YUV228.4393.33134.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=37.03%
G=36.88%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723616700.000.300.0759.1466.0479.22
HexEDECA7001E73b424f
Octal3553542470036773102117
Binary111011011110110010100111001111011111101110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECA7; }

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

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

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

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

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

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

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

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