#E7D1AB

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

Shades of Givry #E7D1AB

Tints of Givry #E7D1AB

Color information

#E7D1AB (or 0xE7D1AB) is unknown color: approx Givry. HEX triplet: E7, D1 and AB. RGB value is (231,209,171). Sum of RGB (Red+Green+Blue) = 231+209+171=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AB is #182E54. Grayscale: #D3D3D3. Windows color (decimal): -1584725 or 11260391. OLE color: 11260391.

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

Color convert

RGB231209171-
CMYK00.100.260.09
HSL38º55.56%78.82%-
HSV(B)38º25.97%90.59%-
XYZ63.1165.5347.85-
YUV211.25105.29142.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=37.81%
G=34.21%
B=27.99%

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
Decimal23120917100.100.260.093855.5678.82
HexE7D1AB0A1A926384f
Octal34732125301232114670117
Binary111001111101000110101011010101101010011001101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1AB; }

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

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

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

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

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

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

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

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