#E9D4AE

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

Shades of Givry #E9D4AE

Tints of Givry #E9D4AE

Color information

#E9D4AE (or 0xE9D4AE) is unknown color: approx Givry. HEX triplet: E9, D4 and AE. RGB value is (233,212,174). Sum of RGB (Red+Green+Blue) = 233+212+174=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D4AE is #162B51. Grayscale: #D6D6D6. Windows color (decimal): -1452882 or 11457769. OLE color: 11457769.

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

Color convert

RGB233212174-
CMYK00.090.250.09
HSL38.64º57.28%79.8%-
HSV(B)38.64º25.32%91.37%-
XYZ64.7967.4749.65-
YUV213.95105.46141.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.64%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=37.64%
G=34.25%
B=28.11%

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
Decimal23321217400.090.250.0938.6457.2879.8
HexE9D4AE09199273950
Octal35132425601131114771120
Binary111010011101010010101110010011100110011001111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4AE; }

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

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

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

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

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

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

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

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