#E7D0AE

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

Shades of Givry #E7D0AE

Tints of Givry #E7D0AE

Color information

#E7D0AE (or 0xE7D0AE) is unknown color: approx Givry. HEX triplet: E7, D0 and AE. RGB value is (231,208,174). Sum of RGB (Red+Green+Blue) = 231+208+174=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0AE is #182F51. Grayscale: #D3D3D3. Windows color (decimal): -1584978 or 11456743. OLE color: 11456743.

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

Color convert

RGB231208174-
CMYK00.100.250.09
HSL35.79º54.29%79.41%-
HSV(B)35.79º24.68%90.59%-
XYZ63.1565.1649.29-
YUV211107.12142.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=37.68%
G=33.93%
B=28.38%

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
Decimal23120817400.100.250.0935.7954.2979.41
HexE7D0AE0A19924364f
Octal34732025601231114466117
Binary111001111101000010101110010101100110011001001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0AE; }

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

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

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

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

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

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

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

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