#E7D1AC

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

Shades of Givry #E7D1AC

Tints of Givry #E7D1AC

Color information

#E7D1AC (or 0xE7D1AC) is unknown color: approx Givry. HEX triplet: E7, D1 and AC. RGB value is (231,209,172). Sum of RGB (Red+Green+Blue) = 231+209+172=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AC is #182E53. Grayscale: #D3D3D3. Windows color (decimal): -1584724 or 11325927. OLE color: 11325927.

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

Color convert

RGB231209172-
CMYK00.100.260.09
HSL37.63º55.14%79.02%-
HSV(B)37.63º25.54%90.59%-
XYZ63.265.5748.35-
YUV211.36105.79142.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=37.75%
G=34.15%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120917200.100.260.0937.6355.1479.02
HexE7D1AC0A1A926374f
Octal34732125401232114667117
Binary111001111101000110101100010101101010011001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1AC; }

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

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

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

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

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

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

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

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