#EAE1AD

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

Shades of Pale Goldenrod #EAE1AD

Tints of Pale Goldenrod #EAE1AD

Color information

#EAE1AD (or 0xEAE1AD) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E1 and AD. RGB value is (234,225,173). Sum of RGB (Red+Green+Blue) = 234+225+173=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1AD is #151E52. Grayscale: #DDDDDD. Windows color (decimal): -1384019 or 11395562. OLE color: 11395562.

HSL color Cylindrical-coordinate representation of color #EAE1AD: hue angle of 51.15º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAE1AD is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234225173-
CMYK00.040.260.08
HSL51.15º59.22%79.8%-
HSV(B)51.15º26.07%91.76%-
XYZ68.474.3650.28-
YUV221.76100.48136.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=37.03%
G=35.60%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422517300.040.260.0851.1559.2279.8
HexEAE1AD041A8333b50
Octal3523412550432106373120
Binary11101010111000011010110101001101010001100111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1AD; }

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

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

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

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

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

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

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

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