#EACD9D

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

Shades of Chamois #EACD9D

Tints of Chamois #EACD9D

Color information

#EACD9D (or 0xEACD9D) is unknown color: approx Chamois. HEX triplet: EA, CD and 9D. RGB value is (234,205,157). Sum of RGB (Red+Green+Blue) = 234+205+157=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD9D is #153262. Grayscale: #D0D0D0. Windows color (decimal): -1389155 or 10341866. OLE color: 10341866.

HSL color Cylindrical-coordinate representation of color #EACD9D: hue angle of 37.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EACD9D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234205157-
CMYK00.120.330.08
HSL37.4º64.71%76.67%-
HSV(B)37.4º32.91%91.76%-
XYZ61.8563.5940.91-
YUV208.299.11146.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 157 (61.72% from 255) = 26.34%
R=39.26%
G=34.40%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420515700.120.330.0837.464.7176.67
HexEACD9D0C21825414d
Octal352315235014411045101115
Binary11101010110011011001110101100100001100010010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD9D; }

 p { color: rgb(234,205,157); }

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

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

 a { background-color: rgb(234,205,157); }

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

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

 span { border-color: rgb(234,205,157); }

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