#EDECB3

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

Shades of Medium Goldenrod #EDECB3

Tints of Medium Goldenrod #EDECB3

Color information

#EDECB3 (or 0xEDECB3) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and B3. RGB value is (237,236,179). Sum of RGB (Red+Green+Blue) = 237+236+179=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECB3 is #12134C. Grayscale: #E6E6E6. Windows color (decimal): -1184589 or 11791597. OLE color: 11791597.

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

Color convert

RGB237236179-
CMYK00.000.240.07
HSL58.97º61.7%81.57%-
HSV(B)58.97º24.47%92.94%-
XYZ73.0681.2554.48-
YUV229.899.33133.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 179 (70.31% from 255) = 27.45%
R=36.35%
G=36.20%
B=27.45%

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
Decimal23723617900.000.240.0758.9761.781.57
HexEDECB3001873b3e52
Octal355354263003077376122
Binary11101101111011001011001100110001111110111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECB3; }

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

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

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

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

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

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

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

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