#E9D5AF

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

Shades of Givry #E9D5AF

Tints of Givry #E9D5AF

Color information

#E9D5AF (or 0xE9D5AF) is unknown color: approx Givry. HEX triplet: E9, D5 and AF. RGB value is (233,213,175). Sum of RGB (Red+Green+Blue) = 233+213+175=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D5AF is #162A50. Grayscale: #D6D6D6. Windows color (decimal): -1452625 or 11523561. OLE color: 11523561.

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

Color convert

RGB233213175-
CMYK00.090.250.09
HSL39.31º56.86%80%-
HSV(B)39.31º24.89%91.37%-
XYZ65.1468.0150.25-
YUV214.65105.63141.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.52%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=37.52%
G=34.30%
B=28.18%

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
Decimal23321317500.090.250.0939.3156.8680
HexE9D5AF09199273950
Octal35132525701131114771120
Binary111010011101010110101111010011100110011001111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5AF; }

 p { color: rgb(233,213,175); }

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

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

 a { background-color: rgb(233,213,175); }

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

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

 span { border-color: rgb(233,213,175); }

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