#EBCB95

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

Shades of Chamois #EBCB95

Tints of Chamois #EBCB95

Color information

#EBCB95 (or 0xEBCB95) is unknown color: approx Chamois. HEX triplet: EB, CB and 95. RGB value is (235,203,149). Sum of RGB (Red+Green+Blue) = 235+203+149=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB95 is #14346A. Grayscale: #CECECE. Windows color (decimal): -1324139 or 9817067. OLE color: 9817067.

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

Color convert

RGB235203149-
CMYK00.140.370.08
HSL37.67º68.25%75.29%-
HSV(B)37.67º36.6%92.16%-
XYZ61.0462.5437.29-
YUV206.4195.6148.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=40.03%
G=34.58%
B=25.38%

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
Decimal23520314900.140.370.0837.6768.2575.29
HexEBCB950E25826444b
Octal353313225016451046104113
Binary11101011110010111001010101110100101100010011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB95; }

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

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

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

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

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

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

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

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