#EAC993

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

Shades of Chamois #EAC993

Tints of Chamois #EAC993

Color information

#EAC993 (or 0xEAC993) is unknown color: approx Chamois. HEX triplet: EA, C9 and 93. RGB value is (234,201,147). Sum of RGB (Red+Green+Blue) = 234+201+147=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC993 is #15366C. Grayscale: #CCCCCC. Windows color (decimal): -1390189 or 9685482. OLE color: 9685482.

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

Color convert

RGB234201147-
CMYK00.140.370.08
HSL37.24º67.44%74.71%-
HSV(B)37.24º37.18%91.76%-
XYZ60.0861.3736.28-
YUV204.7195.43148.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 147 (57.81% from 255) = 25.26%
R=40.21%
G=34.54%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420114700.140.370.0837.2467.4474.71
HexEAC9930E25825434b
Octal352311223016451045103113
Binary11101010110010011001001101110100101100010010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC993; }

 p { color: rgb(234,201,147); }

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

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

 a { background-color: rgb(234,201,147); }

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

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

 span { border-color: rgb(234,201,147); }

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