#EACD95

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

Shades of Chamois #EACD95

Tints of Chamois #EACD95

Color information

#EACD95 (or 0xEACD95) is unknown color: approx Chamois. HEX triplet: EA, CD and 95. RGB value is (234,205,149). Sum of RGB (Red+Green+Blue) = 234+205+149=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD95 is #15326A. Grayscale: #CFCFCF. Windows color (decimal): -1389163 or 9817578. OLE color: 9817578.

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

Color convert

RGB234205149-
CMYK00.120.360.08
HSL39.53º66.93%75.1%-
HSV(B)39.53º36.32%91.76%-
XYZ61.1963.3237.43-
YUV207.2995.11147.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=39.80%
G=34.86%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420514900.120.360.0839.5366.9375.1
HexEACD950C24828434b
Octal352315225014441050103113
Binary11101010110011011001010101100100100100010100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD95; }

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

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

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

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

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

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

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

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