#EBCA9A

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

Shades of Chamois #EBCA9A

Tints of Chamois #EBCA9A

Color information

#EBCA9A (or 0xEBCA9A) is unknown color: approx Chamois. HEX triplet: EB, CA and 9A. RGB value is (235,202,154). Sum of RGB (Red+Green+Blue) = 235+202+154=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA9A is #143565. Grayscale: #CECECE. Windows color (decimal): -1324390 or 10144491. OLE color: 10144491.

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

Color convert

RGB235202154-
CMYK00.140.340.08
HSL35.56º66.94%76.27%-
HSV(B)35.56º34.47%92.16%-
XYZ61.2162.2439.36-
YUV206.498.43148.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=39.76%
G=34.18%
B=26.06%

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
Decimal23520215400.140.340.0835.5666.9476.27
HexEBCA9A0E22824434c
Octal353312232016421044103114
Binary11101011110010101001101001110100010100010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA9A; }

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

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

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

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

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

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

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

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