#E8E0AE

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

Shades of Pale Goldenrod #E8E0AE

Tints of Pale Goldenrod #E8E0AE

Color information

#E8E0AE (or 0xE8E0AE) is unknown color: approx Pale Goldenrod. HEX triplet: E8, E0 and AE. RGB value is (232,224,174). Sum of RGB (Red+Green+Blue) = 232+224+174=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E0AE is #171F51. Grayscale: #DCDCDC. Windows color (decimal): -1515346 or 11460840. OLE color: 11460840.

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

Color convert

RGB232224174-
CMYK00.030.250.09
HSL51.72º55.77%79.61%-
HSV(B)51.72º25%90.98%-
XYZ67.5773.5250.67-
YUV220.69101.65136.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=36.83%
G=35.56%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222417400.030.250.0951.7255.7779.61
HexE8E0AE03199343850
Octal3503402560331116470120
Binary1110100011100000101011100111100110011101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E0AE; }

 p { color: rgb(232,224,174); }

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

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

 a { background-color: rgb(232,224,174); }

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

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

 span { border-color: rgb(232,224,174); }

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