#E8E5A1

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

Shades of Pale Goldenrod #E8E5A1

Tints of Pale Goldenrod #E8E5A1

Color information

#E8E5A1 (or 0xE8E5A1) is unknown color: approx Pale Goldenrod. HEX triplet: E8, E5 and A1. RGB value is (232,229,161). Sum of RGB (Red+Green+Blue) = 232+229+161=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E5A1 is #171A5E. Grayscale: #DEDEDE. Windows color (decimal): -1514079 or 10610152. OLE color: 10610152.

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

Color convert

RGB232229161-
CMYK00.010.310.09
HSL57.46º60.68%77.06%-
HSV(B)57.46º30.6%90.98%-
XYZ67.7375.7744.77-
YUV222.1493.49135.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.30%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 161 (63.28% from 255) = 25.88%
R=37.30%
G=36.82%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222916100.010.310.0957.4660.6877.06
HexE8E5A1011F9393d4d
Octal3503452410137117175115
Binary111010001110010110100001011111110011110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E5A1; }

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

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

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

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

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

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

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

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