#EAEDB1

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

Shades of Medium Goldenrod #EAEDB1

Tints of Medium Goldenrod #EAEDB1

Color information

#EAEDB1 (or 0xEAEDB1) is unknown color: approx Medium Goldenrod. HEX triplet: EA, ED and B1. RGB value is (234,237,177). Sum of RGB (Red+Green+Blue) = 234+237+177=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDB1 is #15124E. Grayscale: #E5E5E5. Windows color (decimal): -1380943 or 11660778. OLE color: 11660778.

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

Color convert

RGB234237177-
CMYK0.0100.250.07
HSL63º62.5%81.18%-
HSV(B)63º25.32%92.94%-
XYZ72.1581.2453.47-
YUV229.2698.51131.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 177 (69.53% from 255) = 27.31%
R=36.11%
G=36.57%
B=27.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371770.0100.250.076362.581.18
HexEAEDB1101973f3e51
Octal352355261103177776121
Binary11101010111011011011000110110011111111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDB1; }

 p { color: rgb(234,237,177); }

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

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

 a { background-color: rgb(234,237,177); }

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

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

 span { border-color: rgb(234,237,177); }

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