#EDEAAE

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

Shades of Medium Goldenrod #EDEAAE

Tints of Medium Goldenrod #EDEAAE

Color information

#EDEAAE (or 0xEDEAAE) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EA and AE. RGB value is (237,234,174). Sum of RGB (Red+Green+Blue) = 237+234+174=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAE is #121551. Grayscale: #E4E4E4. Windows color (decimal): -1185106 or 11463405. OLE color: 11463405.

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

Color convert

RGB237234174-
CMYK00.010.270.07
HSL57.14º63.64%80.59%-
HSV(B)57.14º26.58%92.94%-
XYZ71.9979.9151.67-
YUV228.0697.49134.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=36.74%
G=36.28%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723417400.010.270.0757.1463.6480.59
HexEDEAAE011B7394051
Octal3553522560133771100121
Binary111011011110101010101110011101111111100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAAE; }

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

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

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

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

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

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

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

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