#EDEEA9

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

Shades of Medium Goldenrod #EDEEA9

Tints of Medium Goldenrod #EDEEA9

Color information

#EDEEA9 (or 0xEDEEA9) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EE and A9. RGB value is (237,238,169). Sum of RGB (Red+Green+Blue) = 237+238+169=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA9 is #121156. Grayscale: #E6E6E6. Windows color (decimal): -1184087 or 11136749. OLE color: 11136749.

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

Color convert

RGB237238169-
CMYK0.0000.290.07
HSL60.87º66.99%79.8%-
HSV(B)60.87º28.99%93.33%-
XYZ72.6682.0249.54-
YUV229.8393.67133.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 169 (66.41% from 255) = 26.24%
R=36.80%
G=36.96%
B=26.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381690.0000.290.0760.8766.9979.8
HexEDEEA9001D73d4350
Octal3553562510035775103120
Binary111011011110111010101001001110111111110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEA9; }

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

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

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

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

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

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

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

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