#EBC896

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

Shades of Chamois #EBC896

Tints of Chamois #EBC896

Color information

#EBC896 (or 0xEBC896) is unknown color: approx Chamois. HEX triplet: EB, C8 and 96. RGB value is (235,200,150). Sum of RGB (Red+Green+Blue) = 235+200+150=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC896 is #143769. Grayscale: #CDCDCD. Windows color (decimal): -1324906 or 9881835. OLE color: 9881835.

HSL color Cylindrical-coordinate representation of color #EBC896: hue angle of 35.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBC896 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235200150-
CMYK00.150.360.08
HSL35.29º68%75.49%-
HSV(B)35.29º36.17%92.16%-
XYZ60.4261.1737.48-
YUV204.7697.1149.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=40.17%
G=34.19%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520015000.150.360.0835.296875.49
HexEBC8960F24823444b
Octal353310226017441043104113
Binary11101011110010001001011001111100100100010001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC896; }

 p { color: rgb(235,200,150); }

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

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

 a { background-color: rgb(235,200,150); }

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

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

 span { border-color: rgb(235,200,150); }

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