#EDF0AE

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

Shades of Medium Goldenrod #EDF0AE

Tints of Medium Goldenrod #EDF0AE

Color information

#EDF0AE (or 0xEDF0AE) is unknown color: approx Medium Goldenrod. HEX triplet: ED, F0 and AE. RGB value is (237,240,174). Sum of RGB (Red+Green+Blue) = 237+240+174=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AE is #120F51. Grayscale: #E7E7E7. Windows color (decimal): -1183570 or 11464941. OLE color: 11464941.

HSL color Cylindrical-coordinate representation of color #EDF0AE: hue angle of 62.73º 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 #EDF0AE is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB237240174-
CMYK0.0100.280.06
HSL62.73º68.75%81.18%-
HSV(B)62.73º27.5%94.12%-
XYZ73.7383.3852.25-
YUV231.5895.51131.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=36.41%
G=36.87%
B=26.73%

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
Decimal2372401740.0100.280.0662.7368.7581.18
HexEDF0AE101C63f4551
Octal3553602561034677105121
Binary111011011111000010101110101110011011111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0AE; }

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

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

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

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

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

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

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

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