#EACD97

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

Shades of Chamois #EACD97

Tints of Chamois #EACD97

Color information

#EACD97 (or 0xEACD97) is unknown color: approx Chamois. HEX triplet: EA, CD and 97. RGB value is (234,205,151). Sum of RGB (Red+Green+Blue) = 234+205+151=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD97 is #153268. Grayscale: #CFCFCF. Windows color (decimal): -1389161 or 9948650. OLE color: 9948650.

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

Color convert

RGB234205151-
CMYK00.120.350.08
HSL39.04º66.4%75.49%-
HSV(B)39.04º35.47%91.76%-
XYZ61.3563.3938.28-
YUV207.5296.11146.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 151 (59.38% from 255) = 25.59%
R=39.66%
G=34.75%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420515100.120.350.0839.0466.475.49
HexEACD970C23827424b
Octal352315227014431047102113
Binary11101010110011011001011101100100011100010011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD97; }

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

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

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

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

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

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

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

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