#E8EDAD

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

Shades of Medium Goldenrod #E8EDAD

Tints of Medium Goldenrod #E8EDAD

Color information

#E8EDAD (or 0xE8EDAD) is unknown color: approx Medium Goldenrod. HEX triplet: E8, ED and AD. RGB value is (232,237,173). Sum of RGB (Red+Green+Blue) = 232+237+173=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EDAD is #171252. Grayscale: #E4E4E4. Windows color (decimal): -1512019 or 11398632. OLE color: 11398632.

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

Color convert

RGB232237173-
CMYK0.0200.270.07
HSL64.69º64%80.39%-
HSV(B)64.69º27%92.94%-
XYZ71.1180.7451.37-
YUV228.2196.84130.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.14%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=36.14%
G=36.92%
B=26.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322371730.0200.270.0764.696480.39
HexE8EDAD201B7414050
Octal35035525520337101100120
Binary11101000111011011010110110011011111100000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDAD; }

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

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

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

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

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

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

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

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