#EECD9D

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

Shades of Chamois #EECD9D

Tints of Chamois #EECD9D

Color information

#EECD9D (or 0xEECD9D) is unknown color: approx Chamois. HEX triplet: EE, CD and 9D. RGB value is (238,205,157). Sum of RGB (Red+Green+Blue) = 238+205+157=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD9D is #113262. Grayscale: #D1D1D1. Windows color (decimal): -1127011 or 10341870. OLE color: 10341870.

HSL color Cylindrical-coordinate representation of color #EECD9D: hue angle of 35.56º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EECD9D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238205157-
CMYK00.140.340.07
HSL35.56º70.43%77.45%-
HSV(B)35.56º34.03%93.33%-
XYZ63.1864.2740.97-
YUV209.498.43148.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=39.67%
G=34.17%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820515700.140.340.0735.5670.4377.45
HexEECD9D0E22724464d
Octal35631523501642744106115
Binary1110111011001101100111010111010001011110010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD9D; }

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

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

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

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

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

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

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

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