#EBCC95

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

Shades of Chamois #EBCC95

Tints of Chamois #EBCC95

Color information

#EBCC95 (or 0xEBCC95) is unknown color: approx Chamois. HEX triplet: EB, CC and 95. RGB value is (235,204,149). Sum of RGB (Red+Green+Blue) = 235+204+149=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC95 is #14336A. Grayscale: #CFCFCF. Windows color (decimal): -1323883 or 9817323. OLE color: 9817323.

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

Color convert

RGB235204149-
CMYK00.130.370.08
HSL38.37º68.25%75.29%-
HSV(B)38.37º36.6%92.16%-
XYZ61.2863.0237.37-
YUV20795.27147.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=39.97%
G=34.69%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520414900.130.370.0838.3768.2575.29
HexEBCC950D25826444b
Octal353314225015451046104113
Binary11101011110011001001010101101100101100010011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC95; }

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

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

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

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

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

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

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

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