#E8E5AA

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

Shades of Pale Goldenrod #E8E5AA

Tints of Pale Goldenrod #E8E5AA

Color information

#E8E5AA (or 0xE8E5AA) is unknown color: approx Pale Goldenrod. HEX triplet: E8, E5 and AA. RGB value is (232,229,170). Sum of RGB (Red+Green+Blue) = 232+229+170=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E5AA is #171A55. Grayscale: #DFDFDF. Windows color (decimal): -1514070 or 11199976. OLE color: 11199976.

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

Color convert

RGB232229170-
CMYK00.010.270.09
HSL57.1º57.41%78.82%-
HSV(B)57.1º26.72%90.98%-
XYZ68.5576.149.11-
YUV223.1797.99134.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.77%
GREEN value IS 229 (89.84% from 255) = 36.29%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=36.77%
G=36.29%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222917000.010.270.0957.157.4178.82
HexE8E5AA011B939394f
Octal3503452520133117171117
Binary111010001110010110101010011101110011110011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E5AA; }

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

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

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

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

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

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

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

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