#E9D0AD

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

Shades of Givry #E9D0AD

Tints of Givry #E9D0AD

Color information

#E9D0AD (or 0xE9D0AD) is unknown color: approx Givry. HEX triplet: E9, D0 and AD. RGB value is (233,208,173). Sum of RGB (Red+Green+Blue) = 233+208+173=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D0AD is #162F52. Grayscale: #D3D3D3. Windows color (decimal): -1453907 or 11391209. OLE color: 11391209.

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

Color convert

RGB233208173-
CMYK00.110.260.09
HSL35º57.69%79.61%-
HSV(B)35º25.75%91.37%-
XYZ63.765.4548.81-
YUV211.48106.28143.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=37.95%
G=33.88%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320817300.110.260.093557.6979.61
HexE9D0AD0B1A9233a50
Octal35132025501332114372120
Binary111010011101000010101101010111101010011000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0AD; }

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

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

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

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

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

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

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

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