#EBC894

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

Shades of Chamois #EBC894

Tints of Chamois #EBC894

Color information

#EBC894 (or 0xEBC894) is unknown color: approx Chamois. HEX triplet: EB, C8 and 94. RGB value is (235,200,148). Sum of RGB (Red+Green+Blue) = 235+200+148=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC894 is #14376B. Grayscale: #CCCCCC. Windows color (decimal): -1324908 or 9750763. OLE color: 9750763.

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

Color convert

RGB235200148-
CMYK00.150.370.08
HSL35.86º68.5%75.1%-
HSV(B)35.86º37.02%92.16%-
XYZ60.2661.1136.64-
YUV204.5496.1149.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=40.31%
G=34.31%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520014800.150.370.0835.8668.575.1
HexEBC8940F25824454b
Octal353310224017451044105113
Binary11101011110010001001010001111100101100010010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC894; }

 p { color: rgb(235,200,148); }

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

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

 a { background-color: rgb(235,200,148); }

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

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

 span { border-color: rgb(235,200,148); }

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