#EACD94

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

Shades of Chamois #EACD94

Tints of Chamois #EACD94

Color information

#EACD94 (or 0xEACD94) is unknown color: approx Chamois. HEX triplet: EA, CD and 94. RGB value is (234,205,148). Sum of RGB (Red+Green+Blue) = 234+205+148=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD94 is #15326B. Grayscale: #CFCFCF. Windows color (decimal): -1389164 or 9752042. OLE color: 9752042.

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

Color convert

RGB234205148-
CMYK00.120.370.08
HSL39.77º67.19%74.9%-
HSV(B)39.77º36.75%91.76%-
XYZ61.1163.2937.01-
YUV207.1794.61147.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 148 (58.20% from 255) = 25.21%
R=39.86%
G=34.92%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420514800.120.370.0839.7767.1974.9
HexEACD940C25828434b
Octal352315224014451050103113
Binary11101010110011011001010001100100101100010100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD94; }

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

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

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

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

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

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

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

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