#E9E1A4

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

Shades of Pale Goldenrod #E9E1A4

Tints of Pale Goldenrod #E9E1A4

Color information

#E9E1A4 (or 0xE9E1A4) is unknown color: approx Pale Goldenrod. HEX triplet: E9, E1 and A4. RGB value is (233,225,164). Sum of RGB (Red+Green+Blue) = 233+225+164=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E1A4 is #161E5B. Grayscale: #DCDCDC. Windows color (decimal): -1449564 or 10805737. OLE color: 10805737.

HSL color Cylindrical-coordinate representation of color #E9E1A4: hue angle of 53.04º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9E1A4 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233225164-
CMYK00.030.300.09
HSL53.04º61.06%77.84%-
HSV(B)53.04º29.61%91.37%-
XYZ67.2373.8545.83-
YUV220.4496.15136.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.46%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=37.46%
G=36.17%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322516400.030.300.0953.0461.0677.84
HexE9E1A4031E9353d4e
Octal3513412440336116575116
Binary1110100111100001101001000111111010011101011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1A4; }

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

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

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

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

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

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

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

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