#E9E1AD

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

Shades of Pale Goldenrod #E9E1AD

Tints of Pale Goldenrod #E9E1AD

Color information

#E9E1AD (or 0xE9E1AD) is unknown color: approx Pale Goldenrod. HEX triplet: E9, E1 and AD. RGB value is (233,225,173). Sum of RGB (Red+Green+Blue) = 233+225+173=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E1AD is #161E52. Grayscale: #DDDDDD. Windows color (decimal): -1449555 or 11395561. OLE color: 11395561.

HSL color Cylindrical-coordinate representation of color #E9E1AD: hue angle of 52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9E1AD is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233225173-
CMYK00.030.260.09
HSL52º57.69%79.61%-
HSV(B)52º25.75%91.37%-
XYZ68.0774.1950.27-
YUV221.46100.65136.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.93%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=36.93%
G=35.66%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322517300.030.260.095257.6979.61
HexE9E1AD031A9343a50
Octal3513412550332116472120
Binary1110100111100001101011010111101010011101001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1AD; }

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

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

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

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

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

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

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

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