#E7E2AD

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

Shades of Pale Goldenrod #E7E2AD

Tints of Pale Goldenrod #E7E2AD

Color information

#E7E2AD (or 0xE7E2AD) is unknown color: approx Pale Goldenrod. HEX triplet: E7, E2 and AD. RGB value is (231,226,173). Sum of RGB (Red+Green+Blue) = 231+226+173=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E2AD is #181D52. Grayscale: #DDDDDD. Windows color (decimal): -1580371 or 11395815. OLE color: 11395815.

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

Color convert

RGB231226173-
CMYK00.020.250.09
HSL54.83º54.72%79.22%-
HSV(B)54.83º25.11%90.59%-
XYZ67.6974.450.33-
YUV221.45100.66134.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 226 (88.67% from 255) = 35.87%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=36.67%
G=35.87%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122617300.020.250.0954.8354.7279.22
HexE7E2AD0219937374f
Octal3473422550231116767117
Binary1110011111100010101011010101100110011101111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2AD; }

 p { color: rgb(231,226,173); }

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

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

 a { background-color: rgb(231,226,173); }

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

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

 span { border-color: rgb(231,226,173); }

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