#EDEDB2

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

Shades of Medium Goldenrod #EDEDB2

Tints of Medium Goldenrod #EDEDB2

Color information

#EDEDB2 (or 0xEDEDB2) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and B2. RGB value is (237,237,178). Sum of RGB (Red+Green+Blue) = 237+237+178=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDB2 is #12124D. Grayscale: #E6E6E6. Windows color (decimal): -1184334 or 11726317. OLE color: 11726317.

HSL color Cylindrical-coordinate representation of color #EDEDB2: hue angle of 60º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDEDB2 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237237178-
CMYK000.250.07
HSL60º62.11%81.37%-
HSV(B)60º24.89%92.94%-
XYZ73.2581.7954.05-
YUV230.2798.5132.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 178 (69.92% from 255) = 27.30%
R=36.35%
G=36.35%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237178000.250.076062.1181.37
HexEDEDB2001973c3e51
Octal355355262003177476121
Binary11101101111011011011001000110011111111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDB2; }

 p { color: rgb(237,237,178); }

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

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

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

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

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

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

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