#EDCB97

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

Shades of Chamois #EDCB97

Tints of Chamois #EDCB97

Color information

#EDCB97 (or 0xEDCB97) is unknown color: approx Chamois. HEX triplet: ED, CB and 97. RGB value is (237,203,151). Sum of RGB (Red+Green+Blue) = 237+203+151=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB97 is #123468. Grayscale: #CFCFCF. Windows color (decimal): -1193065 or 9948141. OLE color: 9948141.

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

Color convert

RGB237203151-
CMYK00.140.360.07
HSL36.28º70.49%76.08%-
HSV(B)36.28º36.29%92.94%-
XYZ61.8762.9538.17-
YUV207.2496.26149.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 151 (59.38% from 255) = 25.55%
R=40.10%
G=34.35%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720315100.140.360.0736.2870.4976.08
HexEDCB970E24724464c
Octal35531322701644744106114
Binary1110110111001011100101110111010010011110010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB97; }

 p { color: rgb(237,203,151); }

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

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

 a { background-color: rgb(237,203,151); }

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

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

 span { border-color: rgb(237,203,151); }

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