#EDEDA8

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

Shades of Medium Goldenrod #EDEDA8

Tints of Medium Goldenrod #EDEDA8

Color information

#EDEDA8 (or 0xEDEDA8) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and A8. RGB value is (237,237,168). Sum of RGB (Red+Green+Blue) = 237+237+168=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA8 is #121257. Grayscale: #E5E5E5. Windows color (decimal): -1184344 or 11070957. OLE color: 11070957.

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

Color convert

RGB237237168-
CMYK000.290.07
HSL60º65.71%79.41%-
HSV(B)60º29.11%92.94%-
XYZ72.2881.448.95-
YUV229.1393.5133.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 168 (66.02% from 255) = 26.17%
R=36.92%
G=36.92%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237168000.290.076065.7179.41
HexEDEDA8001D73c424f
Octal3553552500035774102117
Binary111011011110110110101000001110111111110010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDA8; }

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

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

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

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

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

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

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

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