#EACB95

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

Shades of Chamois #EACB95

Tints of Chamois #EACB95

Color information

#EACB95 (or 0xEACB95) is unknown color: approx Chamois. HEX triplet: EA, CB and 95. RGB value is (234,203,149). Sum of RGB (Red+Green+Blue) = 234+203+149=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB95 is #15346A. Grayscale: #CECECE. Windows color (decimal): -1389675 or 9817066. OLE color: 9817066.

HSL color Cylindrical-coordinate representation of color #EACB95: hue angle of 38.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EACB95 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234203149-
CMYK00.130.360.08
HSL38.12º66.93%75.1%-
HSV(B)38.12º36.32%91.76%-
XYZ60.7162.3737.27-
YUV206.1195.77147.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 149 (58.59% from 255) = 25.43%
R=39.93%
G=34.64%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420314900.130.360.0838.1266.9375.1
HexEACB950D24826434b
Octal352313225015441046103113
Binary11101010110010111001010101101100100100010011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB95; }

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

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

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

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

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

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

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

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