#E7D1AE

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

Shades of Givry #E7D1AE

Tints of Givry #E7D1AE

Color information

#E7D1AE (or 0xE7D1AE) is unknown color: approx Givry. HEX triplet: E7, D1 and AE. RGB value is (231,209,174). Sum of RGB (Red+Green+Blue) = 231+209+174=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AE is #182E51. Grayscale: #D3D3D3. Windows color (decimal): -1584722 or 11456999. OLE color: 11456999.

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

Color convert

RGB231209174-
CMYK00.100.250.09
HSL36.84º54.29%79.41%-
HSV(B)36.84º24.68%90.59%-
XYZ63.465.6549.37-
YUV211.59106.79141.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=37.62%
G=34.04%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120917400.100.250.0936.8454.2979.41
HexE7D1AE0A19925364f
Octal34732125601231114566117
Binary111001111101000110101110010101100110011001011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1AE; }

 p { color: rgb(231,209,174); }

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

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

 a { background-color: rgb(231,209,174); }

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

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

 span { border-color: rgb(231,209,174); }

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