#EACB94

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

Shades of Chamois #EACB94

Tints of Chamois #EACB94

Color information

#EACB94 (or 0xEACB94) is unknown color: approx Chamois. HEX triplet: EA, CB and 94. RGB value is (234,203,148). Sum of RGB (Red+Green+Blue) = 234+203+148=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB94 is #15346B. Grayscale: #CECECE. Windows color (decimal): -1389676 or 9751530. OLE color: 9751530.

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

Color convert

RGB234203148-
CMYK00.130.370.08
HSL38.37º67.19%74.9%-
HSV(B)38.37º36.75%91.76%-
XYZ60.6362.3436.85-
YUV20695.27147.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=40%
G=34.70%
B=25.30%

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
Decimal23420314800.130.370.0838.3767.1974.9
HexEACB940D25826434b
Octal352313224015451046103113
Binary11101010110010111001010001101100101100010011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB94; }

 p { color: rgb(234,203,148); }

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

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

 a { background-color: rgb(234,203,148); }

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

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

 span { border-color: rgb(234,203,148); }

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