#ECCB95

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

Shades of Chamois #ECCB95

Tints of Chamois #ECCB95

Color information

#ECCB95 (or 0xECCB95) is unknown color: approx Chamois. HEX triplet: EC, CB and 95. RGB value is (236,203,149). Sum of RGB (Red+Green+Blue) = 236+203+149=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCB95 is #13346A. Grayscale: #CECECE. Windows color (decimal): -1258603 or 9817068. OLE color: 9817068.

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

Color convert

RGB236203149-
CMYK00.140.370.07
HSL37.24º69.6%75.49%-
HSV(B)37.24º36.86%92.55%-
XYZ61.3762.7137.3-
YUV206.7195.43148.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=40.14%
G=34.52%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620314900.140.370.0737.2469.675.49
HexECCB950E25725464b
Octal35431322501645745106113
Binary1110110011001011100101010111010010111110010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCB95; }

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

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

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

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

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

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

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

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