#EBCB9C

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

Shades of Chamois #EBCB9C

Tints of Chamois #EBCB9C

Color information

#EBCB9C (or 0xEBCB9C) is unknown color: approx Chamois. HEX triplet: EB, CB and 9C. RGB value is (235,203,156). Sum of RGB (Red+Green+Blue) = 235+203+156=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB9C is #143463. Grayscale: #CFCFCF. Windows color (decimal): -1324132 or 10275819. OLE color: 10275819.

HSL color Cylindrical-coordinate representation of color #EBCB9C: hue angle of 35.7º 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 #EBCB9C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235203156-
CMYK00.140.340.08
HSL35.7º66.39%76.67%-
HSV(B)35.7º33.62%92.16%-
XYZ61.6262.7740.32-
YUV207.2199.1147.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 156 (61.33% from 255) = 26.26%
R=39.56%
G=34.18%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520315600.140.340.0835.766.3976.67
HexEBCB9C0E22824424d
Octal353313234016421044102115
Binary11101011110010111001110001110100010100010010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB9C; }

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

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

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

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

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

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

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

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