#E7EDAE

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

Shades of Medium Goldenrod #E7EDAE

Tints of Medium Goldenrod #E7EDAE

Color information

#E7EDAE (or 0xE7EDAE) is unknown color: approx Medium Goldenrod. HEX triplet: E7, ED and AE. RGB value is (231,237,174). Sum of RGB (Red+Green+Blue) = 231+237+174=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EDAE is #181251. Grayscale: #E4E4E4. Windows color (decimal): -1577554 or 11464167. OLE color: 11464167.

HSL color Cylindrical-coordinate representation of color #E7EDAE: hue angle of 65.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7EDAE is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB231237174-
CMYK0.0300.270.07
HSL65.71º63.64%80.59%-
HSV(B)65.71º26.58%92.94%-
XYZ70.8880.6151.87-
YUV228.0297.51130.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=35.98%
G=36.92%
B=27.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312371740.0300.270.0765.7163.6480.59
HexE7EDAE301B7424051
Octal34735525630337102100121
Binary11100111111011011010111011011011111100001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDAE; }

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

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

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

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

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

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

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

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