#EDF0AD

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

Shades of Medium Goldenrod #EDF0AD

Tints of Medium Goldenrod #EDF0AD

Color information

#EDF0AD (or 0xEDF0AD) is unknown color: approx Medium Goldenrod. HEX triplet: ED, F0 and AD. RGB value is (237,240,173). Sum of RGB (Red+Green+Blue) = 237+240+173=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AD is #120F52. Grayscale: #E7E7E7. Windows color (decimal): -1183571 or 11399405. OLE color: 11399405.

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

Color convert

RGB237240173-
CMYK0.0100.280.06
HSL62.69º69.07%80.98%-
HSV(B)62.69º27.92%94.12%-
XYZ73.6383.3451.74-
YUV231.4695.01131.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 173 (67.97% from 255) = 26.62%
R=36.46%
G=36.92%
B=26.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401730.0100.280.0662.6969.0780.98
HexEDF0AD101C63f4551
Octal3553602551034677105121
Binary111011011111000010101101101110011011111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0AD; }

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

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

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

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

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

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

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

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