#EACD9A

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

Shades of Chamois #EACD9A

Tints of Chamois #EACD9A

Color information

#EACD9A (or 0xEACD9A) is unknown color: approx Chamois. HEX triplet: EA, CD and 9A. RGB value is (234,205,154). Sum of RGB (Red+Green+Blue) = 234+205+154=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD9A is #153265. Grayscale: #D0D0D0. Windows color (decimal): -1389158 or 10145258. OLE color: 10145258.

HSL color Cylindrical-coordinate representation of color #EACD9A: hue angle of 38.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EACD9A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234205154-
CMYK00.120.340.08
HSL38.25º65.57%76.08%-
HSV(B)38.25º34.19%91.76%-
XYZ61.663.4939.58-
YUV207.8697.61146.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 154 (60.55% from 255) = 25.97%
R=39.46%
G=34.57%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420515400.120.340.0838.2565.5776.08
HexEACD9A0C22826424c
Octal352315232014421046102114
Binary11101010110011011001101001100100010100010011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD9A; }

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

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

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

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

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

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

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

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