#E8EDAF

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

Shades of Medium Goldenrod #E8EDAF

Tints of Medium Goldenrod #E8EDAF

Color information

#E8EDAF (or 0xE8EDAF) is unknown color: approx Medium Goldenrod. HEX triplet: E8, ED and AF. RGB value is (232,237,175). Sum of RGB (Red+Green+Blue) = 232+237+175=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EDAF is #171250. Grayscale: #E4E4E4. Windows color (decimal): -1512017 or 11529704. OLE color: 11529704.

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

Color convert

RGB232237175-
CMYK0.0200.260.07
HSL64.84º63.27%80.78%-
HSV(B)64.84º26.16%92.94%-
XYZ71.380.8252.4-
YUV228.4497.84130.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=36.02%
G=36.80%
B=27.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322371750.0200.260.0764.8463.2780.78
HexE8EDAF201A7413f51
Octal3503552572032710177121
Binary1110100011101101101011111001101011110000011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDAF; }

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

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

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

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

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

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

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

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