#EBCD9C

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

Shades of Chamois #EBCD9C

Tints of Chamois #EBCD9C

Color information

#EBCD9C (or 0xEBCD9C) is unknown color: approx Chamois. HEX triplet: EB, CD and 9C. RGB value is (235,205,156). Sum of RGB (Red+Green+Blue) = 235+205+156=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD9C is #143263. Grayscale: #D0D0D0. Windows color (decimal): -1323620 or 10276331. OLE color: 10276331.

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

Color convert

RGB235205156-
CMYK00.130.340.08
HSL37.22º66.39%76.67%-
HSV(B)37.22º33.62%92.16%-
XYZ62.0963.7340.48-
YUV208.3898.44146.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=39.43%
G=34.40%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520515600.130.340.0837.2266.3976.67
HexEBCD9C0D22825424d
Octal353315234015421045102115
Binary11101011110011011001110001101100010100010010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD9C; }

 p { color: rgb(235,205,156); }

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

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

 a { background-color: rgb(235,205,156); }

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

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

 span { border-color: rgb(235,205,156); }

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