#EDECB5

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

Shades of Medium Goldenrod #EDECB5

Tints of Medium Goldenrod #EDECB5

Color information

#EDECB5 (or 0xEDECB5) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and B5. RGB value is (237,236,181). Sum of RGB (Red+Green+Blue) = 237+236+181=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECB5 is #12134A. Grayscale: #E6E6E6. Windows color (decimal): -1184587 or 11922669. OLE color: 11922669.

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

Color convert

RGB237236181-
CMYK00.000.240.07
HSL58.93º60.87%81.96%-
HSV(B)58.93º23.63%92.94%-
XYZ73.2681.3355.55-
YUV230.03100.33132.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 181 (71.09% from 255) = 27.68%
R=36.24%
G=36.09%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723618100.000.240.0758.9360.8781.96
HexEDECB5001873b3d52
Octal355354265003077375122
Binary11101101111011001011010100110001111110111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECB5; }

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

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

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

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

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

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

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

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