#EDECB4

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

Shades of Medium Goldenrod #EDECB4

Tints of Medium Goldenrod #EDECB4

Color information

#EDECB4 (or 0xEDECB4) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and B4. RGB value is (237,236,180). Sum of RGB (Red+Green+Blue) = 237+236+180=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECB4 is #12134B. Grayscale: #E6E6E6. Windows color (decimal): -1184588 or 11857133. OLE color: 11857133.

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

Color convert

RGB237236180-
CMYK00.000.240.07
HSL58.95º61.29%81.76%-
HSV(B)58.95º24.05%92.94%-
XYZ73.1681.2955.01-
YUV229.9299.83133.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.29%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 180 (70.70% from 255) = 27.57%
R=36.29%
G=36.14%
B=27.57%

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
Decimal23723618000.000.240.0758.9561.2981.76
HexEDECB4001873b3d52
Octal355354264003077375122
Binary11101101111011001011010000110001111110111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECB4; }

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

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

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

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

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

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

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

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