#E8E0AF

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

Shades of Pale Goldenrod #E8E0AF

Tints of Pale Goldenrod #E8E0AF

Color information

#E8E0AF (or 0xE8E0AF) is unknown color: approx Pale Goldenrod. HEX triplet: E8, E0 and AF. RGB value is (232,224,175). Sum of RGB (Red+Green+Blue) = 232+224+175=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E0AF is #171F50. Grayscale: #DDDDDD. Windows color (decimal): -1515345 or 11526376. OLE color: 11526376.

HSL color Cylindrical-coordinate representation of color #E8E0AF: hue angle of 51.58º degrees, saturation: 0.55, 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 #E8E0AF is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232224175-
CMYK00.030.250.09
HSL51.58º55.34%79.8%-
HSV(B)51.58º24.57%90.98%-
XYZ67.6773.5651.19-
YUV220.81102.15135.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.77%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=36.77%
G=35.50%
B=27.73%

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
Decimal23222417500.030.250.0951.5855.3479.8
HexE8E0AF03199343750
Octal3503402570331116467120
Binary1110100011100000101011110111100110011101001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E0AF; }

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

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

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

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

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

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

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

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