#E7E1AF

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

Shades of Pale Goldenrod #E7E1AF

Tints of Pale Goldenrod #E7E1AF

Color information

#E7E1AF (or 0xE7E1AF) is unknown color: approx Pale Goldenrod. HEX triplet: E7, E1 and AF. RGB value is (231,225,175). Sum of RGB (Red+Green+Blue) = 231+225+175=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E1AF is #181E50. Grayscale: #DDDDDD. Windows color (decimal): -1580625 or 11526631. OLE color: 11526631.

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

Color convert

RGB231225175-
CMYK00.030.240.09
HSL53.57º53.85%79.61%-
HSV(B)53.57º24.24%90.59%-
XYZ67.6273.9351.26-
YUV221.09101.99135.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=36.61%
G=35.66%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122517500.030.240.0953.5753.8579.61
HexE7E1AF03189363650
Octal3473412570330116666120
Binary1110011111100001101011110111100010011101101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E1AF; }

 p { color: rgb(231,225,175); }

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

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

 a { background-color: rgb(231,225,175); }

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

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

 span { border-color: rgb(231,225,175); }

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