#E8E0AD

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

Shades of Pale Goldenrod #E8E0AD

Tints of Pale Goldenrod #E8E0AD

Color information

#E8E0AD (or 0xE8E0AD) is unknown color: approx Pale Goldenrod. HEX triplet: E8, E0 and AD. RGB value is (232,224,173). Sum of RGB (Red+Green+Blue) = 232+224+173=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E0AD is #171F52. Grayscale: #DCDCDC. Windows color (decimal): -1515347 or 11395304. OLE color: 11395304.

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

Color convert

RGB232224173-
CMYK00.030.250.09
HSL51.86º56.19%79.41%-
HSV(B)51.86º25.43%90.98%-
XYZ67.4873.4850.16-
YUV220.58101.15136.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=36.88%
G=35.61%
B=27.50%

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
Decimal23222417300.030.250.0951.8656.1979.41
HexE8E0AD0319934384f
Octal3503402550331116470117
Binary1110100011100000101011010111100110011101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E0AD; }

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

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

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

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

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

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

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

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