#EAEEAD

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

Shades of Medium Goldenrod #EAEEAD

Tints of Medium Goldenrod #EAEEAD

Color information

#EAEEAD (or 0xEAEEAD) is unknown color: approx Medium Goldenrod. HEX triplet: EA, EE and AD. RGB value is (234,238,173). Sum of RGB (Red+Green+Blue) = 234+238+173=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEEAD is #151152. Grayscale: #E5E5E5. Windows color (decimal): -1380691 or 11398890. OLE color: 11398890.

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

Color convert

RGB234238173-
CMYK0.0200.270.07
HSL63.69º65.66%80.59%-
HSV(B)63.69º27.31%93.33%-
XYZ72.0581.6651.5-
YUV229.3996.17131.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=36.28%
G=36.90%
B=26.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381730.0200.270.0763.6965.6680.59
HexEAEEAD201B7404251
Octal35235625520337100102121
Binary11101010111011101010110110011011111100000010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEAD; }

 p { color: rgb(234,238,173); }

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

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

 a { background-color: rgb(234,238,173); }

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

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

 span { border-color: rgb(234,238,173); }

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