#E7D1AD

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

Shades of Givry #E7D1AD

Tints of Givry #E7D1AD

Color information

#E7D1AD (or 0xE7D1AD) is unknown color: approx Givry. HEX triplet: E7, D1 and AD. RGB value is (231,209,173). Sum of RGB (Red+Green+Blue) = 231+209+173=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AD is #182E52. Grayscale: #D3D3D3. Windows color (decimal): -1584723 or 11391463. OLE color: 11391463.

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

Color convert

RGB231209173-
CMYK00.100.250.09
HSL37.24º54.72%79.22%-
HSV(B)37.24º25.11%90.59%-
XYZ63.365.6148.86-
YUV211.47106.29141.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=37.68%
G=34.09%
B=28.22%

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
Decimal23120917300.100.250.0937.2454.7279.22
HexE7D1AD0A19925374f
Octal34732125501231114567117
Binary111001111101000110101101010101100110011001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1AD; }

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

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

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

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

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

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

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

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