#EBCD9F

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

Shades of Chamois #EBCD9F

Tints of Chamois #EBCD9F

Color information

#EBCD9F (or 0xEBCD9F) is unknown color: approx Chamois. HEX triplet: EB, CD and 9F. RGB value is (235,205,159). Sum of RGB (Red+Green+Blue) = 235+205+159=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD9F is #143260. Grayscale: #D0D0D0. Windows color (decimal): -1323617 or 10472939. OLE color: 10472939.

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

Color convert

RGB235205159-
CMYK00.130.320.08
HSL36.32º65.52%77.25%-
HSV(B)36.32º32.34%92.16%-
XYZ62.3563.8341.83-
YUV208.7399.94146.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=39.23%
G=34.22%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520515900.130.320.0836.3265.5277.25
HexEBCD9F0D20824424d
Octal353315237015401044102115
Binary11101011110011011001111101101100000100010010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD9F; }

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

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

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

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

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

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

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

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