#EDEFA7

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

Shades of Medium Goldenrod #EDEFA7

Tints of Medium Goldenrod #EDEFA7

Color information

#EDEFA7 (or 0xEDEFA7) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EF and A7. RGB value is (237,239,167). Sum of RGB (Red+Green+Blue) = 237+239+167=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFA7 is #121058. Grayscale: #E6E6E6. Windows color (decimal): -1183833 or 11005933. OLE color: 11005933.

HSL color Cylindrical-coordinate representation of color #EDEFA7: hue angle of 61.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDEFA7 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB237239167-
CMYK0.0100.300.06
HSL61.67º69.23%79.61%-
HSV(B)61.67º30.13%93.73%-
XYZ72.7782.5348.65-
YUV230.1992.34132.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 167 (65.62% from 255) = 25.97%
R=36.86%
G=37.17%
B=25.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391670.0100.300.0661.6769.2379.61
HexEDEFA7101E63e4550
Octal3553572471036676105120
Binary111011011110111110100111101111011011111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFA7; }

 p { color: rgb(237,239,167); }

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

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

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

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

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

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

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