#E7D2AD

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

Shades of Givry #E7D2AD

Tints of Givry #E7D2AD

Color information

#E7D2AD (or 0xE7D2AD) is unknown color: approx Givry. HEX triplet: E7, D2 and AD. RGB value is (231,210,173). Sum of RGB (Red+Green+Blue) = 231+210+173=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D2AD is #182D52. Grayscale: #D4D4D4. Windows color (decimal): -1584467 or 11391719. OLE color: 11391719.

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

Color convert

RGB231210173-
CMYK00.090.250.09
HSL38.28º54.72%79.22%-
HSV(B)38.28º25.11%90.59%-
XYZ63.5466.148.94-
YUV212.06105.96141.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=37.62%
G=34.20%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121017300.090.250.0938.2854.7279.22
HexE7D2AD0919926374f
Octal34732225501131114667117
Binary111001111101001010101101010011100110011001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2AD; }

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

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

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

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

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

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

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

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