#EAC896

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

Shades of Chamois #EAC896

Tints of Chamois #EAC896

Color information

#EAC896 (or 0xEAC896) is unknown color: approx Chamois. HEX triplet: EA, C8 and 96. RGB value is (234,200,150). Sum of RGB (Red+Green+Blue) = 234+200+150=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC896 is #153769. Grayscale: #CCCCCC. Windows color (decimal): -1390442 or 9881834. OLE color: 9881834.

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

Color convert

RGB234200150-
CMYK00.150.360.08
HSL35.71º66.67%75.29%-
HSV(B)35.71º35.9%91.76%-
XYZ60.096137.46-
YUV204.4797.26149.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=40.07%
G=34.25%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420015000.150.360.0835.7166.6775.29
HexEAC8960F24824434b
Octal352310226017441044103113
Binary11101010110010001001011001111100100100010010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC896; }

 p { color: rgb(234,200,150); }

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

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

 a { background-color: rgb(234,200,150); }

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

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

 span { border-color: rgb(234,200,150); }

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