#E6EDAE

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

Shades of Medium Goldenrod #E6EDAE

Tints of Medium Goldenrod #E6EDAE

Color information

#E6EDAE (or 0xE6EDAE) is unknown color: approx Medium Goldenrod. HEX triplet: E6, ED and AE. RGB value is (230,237,174). Sum of RGB (Red+Green+Blue) = 230+237+174=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDAE is #191251. Grayscale: #E3E3E3. Windows color (decimal): -1643090 or 11464166. OLE color: 11464166.

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

Color convert

RGB230237174-
CMYK0.0300.270.07
HSL66.67º63.64%80.59%-
HSV(B)66.67º26.58%92.94%-
XYZ70.5680.4551.85-
YUV227.7397.68129.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 174 (68.36% from 255) = 27.15%
R=35.88%
G=36.97%
B=27.15%

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
Decimal2302371740.0300.270.0766.6763.6480.59
HexE6EDAE301B7434051
Octal34635525630337103100121
Binary11100110111011011010111011011011111100001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDAE; }

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

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

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

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

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

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

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

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