#E9D3AC

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

Shades of Givry #E9D3AC

Tints of Givry #E9D3AC

Color information

#E9D3AC (or 0xE9D3AC) is unknown color: approx Givry. HEX triplet: E9, D3 and AC. RGB value is (233,211,172). Sum of RGB (Red+Green+Blue) = 233+211+172=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D3AC is #162C53. Grayscale: #D5D5D5. Windows color (decimal): -1453140 or 11326441. OLE color: 11326441.

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

Color convert

RGB233211172-
CMYK00.090.260.09
HSL38.36º58.1%79.41%-
HSV(B)38.36º26.18%91.37%-
XYZ64.3466.8948.55-
YUV213.13104.79142.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 172 (67.58% from 255) = 27.92%
R=37.82%
G=34.25%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321117200.090.260.0938.3658.179.41
HexE9D3AC091A9263a4f
Octal35132325401132114672117
Binary111010011101001110101100010011101010011001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3AC; }

 p { color: rgb(233,211,172); }

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

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

 a { background-color: rgb(233,211,172); }

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

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

 span { border-color: rgb(233,211,172); }

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