#E7E5A1

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

Shades of Pale Goldenrod #E7E5A1

Tints of Pale Goldenrod #E7E5A1

Color information

#E7E5A1 (or 0xE7E5A1) is unknown color: approx Pale Goldenrod. HEX triplet: E7, E5 and A1. RGB value is (231,229,161). Sum of RGB (Red+Green+Blue) = 231+229+161=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E5A1 is #181A5E. Grayscale: #DEDEDE. Windows color (decimal): -1579615 or 10610151. OLE color: 10610151.

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

Color convert

RGB231229161-
CMYK00.010.300.09
HSL58.29º59.32%76.86%-
HSV(B)58.29º30.3%90.59%-
XYZ67.4175.644.76-
YUV221.8593.66134.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=37.20%
G=36.88%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122916100.010.300.0958.2959.3276.86
HexE7E5A1011E93a3b4d
Octal3473452410136117273115
Binary111001111110010110100001011111010011110101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E5A1; }

 p { color: rgb(231,229,161); }

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

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

 a { background-color: rgb(231,229,161); }

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

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

 span { border-color: rgb(231,229,161); }

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