#EBCC9B

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

Shades of Chamois #EBCC9B

Tints of Chamois #EBCC9B

Color information

#EBCC9B (or 0xEBCC9B) is unknown color: approx Chamois. HEX triplet: EB, CC and 9B. RGB value is (235,204,155). Sum of RGB (Red+Green+Blue) = 235+204+155=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC9B is #143364. Grayscale: #CFCFCF. Windows color (decimal): -1323877 or 10210539. OLE color: 10210539.

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

Color convert

RGB235204155-
CMYK00.130.340.08
HSL36.75º66.67%76.47%-
HSV(B)36.75º34.04%92.16%-
XYZ61.7763.2139.96-
YUV207.6898.27147.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 155 (60.94% from 255) = 26.09%
R=39.56%
G=34.34%
B=26.09%

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
Decimal23520415500.130.340.0836.7566.6776.47
HexEBCC9B0D22825434c
Octal353314233015421045103114
Binary11101011110011001001101101101100010100010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC9B; }

 p { color: rgb(235,204,155); }

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

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

 a { background-color: rgb(235,204,155); }

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

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

 span { border-color: rgb(235,204,155); }

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