#E6EDAD

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

Shades of Medium Goldenrod #E6EDAD

Tints of Medium Goldenrod #E6EDAD

Color information

#E6EDAD (or 0xE6EDAD) is unknown color: approx Medium Goldenrod. HEX triplet: E6, ED and AD. RGB value is (230,237,173). Sum of RGB (Red+Green+Blue) = 230+237+173=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDAD is #191252. Grayscale: #E3E3E3. Windows color (decimal): -1643091 or 11398630. OLE color: 11398630.

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

Color convert

RGB230237173-
CMYK0.0300.270.07
HSL66.56º64%80.39%-
HSV(B)66.56º27%92.94%-
XYZ70.4680.4151.34-
YUV227.6197.18129.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 173 (67.97% from 255) = 27.03%
R=35.94%
G=37.03%
B=27.03%

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
Decimal2302371730.0300.270.0766.566480.39
HexE6EDAD301B7434050
Octal34635525530337103100120
Binary11100110111011011010110111011011111100001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDAD; }

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

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

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

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

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

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

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

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