#EDEDAB

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

Shades of Medium Goldenrod #EDEDAB

Tints of Medium Goldenrod #EDEDAB

Color information

#EDEDAB (or 0xEDEDAB) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and AB. RGB value is (237,237,171). Sum of RGB (Red+Green+Blue) = 237+237+171=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAB is #121254. Grayscale: #E5E5E5. Windows color (decimal): -1184341 or 11267565. OLE color: 11267565.

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

Color convert

RGB237237171-
CMYK000.280.07
HSL60º64.71%80%-
HSV(B)60º27.85%92.94%-
XYZ72.5681.5150.44-
YUV229.4895133.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=36.74%
G=36.74%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237171000.280.076064.7180
HexEDEDAB001C73c4150
Octal3553552530034774101120
Binary111011011110110110101011001110011111110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDAB; }

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

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

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

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

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

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

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

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