#EBCA95

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

Shades of Chamois #EBCA95

Tints of Chamois #EBCA95

Color information

#EBCA95 (or 0xEBCA95) is unknown color: approx Chamois. HEX triplet: EB, CA and 95. RGB value is (235,202,149). Sum of RGB (Red+Green+Blue) = 235+202+149=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA95 is #14356A. Grayscale: #CECECE. Windows color (decimal): -1324395 or 9816811. OLE color: 9816811.

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

Color convert

RGB235202149-
CMYK00.140.370.08
HSL36.98º68.25%75.29%-
HSV(B)36.98º36.6%92.16%-
XYZ60.8162.0737.21-
YUV205.8295.93148.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 149 (58.59% from 255) = 25.43%
R=40.10%
G=34.47%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520214900.140.370.0836.9868.2575.29
HexEBCA950E25825444b
Octal353312225016451045104113
Binary11101011110010101001010101110100101100010010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA95; }

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

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

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

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

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

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

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

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