#E9D4AD

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

Shades of Givry #E9D4AD

Tints of Givry #E9D4AD

Color information

#E9D4AD (or 0xE9D4AD) is unknown color: approx Givry. HEX triplet: E9, D4 and AD. RGB value is (233,212,173). Sum of RGB (Red+Green+Blue) = 233+212+173=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D4AD is #162B52. Grayscale: #D6D6D6. Windows color (decimal): -1452883 or 11392233. OLE color: 11392233.

HSL color Cylindrical-coordinate representation of color #E9D4AD: hue angle of 39º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9D4AD is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233212173-
CMYK00.090.260.09
HSL39º57.69%79.61%-
HSV(B)39º25.75%91.37%-
XYZ64.6967.4349.14-
YUV213.83104.96141.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=37.70%
G=34.30%
B=27.99%

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
Decimal23321217300.090.260.093957.6979.61
HexE9D4AD091A9273a50
Octal35132425501132114772120
Binary111010011101010010101101010011101010011001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4AD; }

 p { color: rgb(233,212,173); }

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

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

 a { background-color: rgb(233,212,173); }

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

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

 span { border-color: rgb(233,212,173); }

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