#EBCD93

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

Shades of Chamois #EBCD93

Tints of Chamois #EBCD93

Color information

#EBCD93 (or 0xEBCD93) is unknown color: approx Chamois. HEX triplet: EB, CD and 93. RGB value is (235,205,147). Sum of RGB (Red+Green+Blue) = 235+205+147=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD93 is #14326C. Grayscale: #CFCFCF. Windows color (decimal): -1323629 or 9686507. OLE color: 9686507.

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

Color convert

RGB235205147-
CMYK00.130.370.08
HSL39.55º68.75%74.9%-
HSV(B)39.55º37.45%92.16%-
XYZ61.3663.4336.61-
YUV207.3693.94147.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 147 (57.81% from 255) = 25.04%
R=40.03%
G=34.92%
B=25.04%

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
Decimal23520514700.130.370.0839.5568.7574.9
HexEBCD930D25828454b
Octal353315223015451050105113
Binary11101011110011011001001101101100101100010100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD93; }

 p { color: rgb(235,205,147); }

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

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

 a { background-color: rgb(235,205,147); }

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

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

 span { border-color: rgb(235,205,147); }

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