#E5EDA1

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

Shades of Medium Goldenrod #E5EDA1

Tints of Medium Goldenrod #E5EDA1

Color information

#E5EDA1 (or 0xE5EDA1) is unknown color: approx Medium Goldenrod. HEX triplet: E5, ED and A1. RGB value is (229,237,161). Sum of RGB (Red+Green+Blue) = 229+237+161=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EDA1 is #1A125E. Grayscale: #E2E2E2. Windows color (decimal): -1708639 or 10612197. OLE color: 10612197.

HSL color Cylindrical-coordinate representation of color #E5EDA1: hue angle of 66.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5EDA1 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB229237161-
CMYK0.0300.320.07
HSL66.32º67.86%78.04%-
HSV(B)66.32º32.07%92.94%-
XYZ69.0379.845.48-
YUV225.9491.35130.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 161 (63.28% from 255) = 25.68%
R=36.52%
G=37.80%
B=25.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292371610.0300.320.0766.3267.8678.04
HexE5EDA13020742444e
Octal34535524130407102104116
Binary111001011110110110100001110100000111100001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDA1; }

 p { color: rgb(229,237,161); }

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

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

 a { background-color: rgb(229,237,161); }

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

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

 span { border-color: rgb(229,237,161); }

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