#EDEEAD

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

Shades of Medium Goldenrod #EDEEAD

Tints of Medium Goldenrod #EDEEAD

Color information

#EDEEAD (or 0xEDEEAD) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EE and AD. RGB value is (237,238,173). Sum of RGB (Red+Green+Blue) = 237+238+173=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEAD is #121152. Grayscale: #E6E6E6. Windows color (decimal): -1184083 or 11398893. OLE color: 11398893.

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

Color convert

RGB237238173-
CMYK0.0000.270.07
HSL60.92º65.66%80.59%-
HSV(B)60.92º27.31%93.33%-
XYZ73.0482.1751.55-
YUV230.2995.67132.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 173 (67.97% from 255) = 26.70%
R=36.57%
G=36.73%
B=26.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381730.0000.270.0760.9265.6680.59
HexEDEEAD001B73d4251
Octal3553562550033775102121
Binary111011011110111010101101001101111111110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEAD; }

 p { color: rgb(237,238,173); }

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

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

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

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

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

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

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