#EBCA96

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

Shades of Chamois #EBCA96

Tints of Chamois #EBCA96

Color information

#EBCA96 (or 0xEBCA96) is unknown color: approx Chamois. HEX triplet: EB, CA and 96. RGB value is (235,202,150). Sum of RGB (Red+Green+Blue) = 235+202+150=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA96 is #143569. Grayscale: #CECECE. Windows color (decimal): -1324394 or 9882347. OLE color: 9882347.

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

Color convert

RGB235202150-
CMYK00.140.360.08
HSL36.71º68%75.49%-
HSV(B)36.71º36.17%92.16%-
XYZ60.8962.1137.63-
YUV205.9496.43148.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=40.03%
G=34.41%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520215000.140.360.0836.716875.49
HexEBCA960E24825444b
Octal353312226016441045104113
Binary11101011110010101001011001110100100100010010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA96; }

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

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

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

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

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

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

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

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