#EACD91

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

Shades of Chamois #EACD91

Tints of Chamois #EACD91

Color information

#EACD91 (or 0xEACD91) is unknown color: approx Chamois. HEX triplet: EA, CD and 91. RGB value is (234,205,145). Sum of RGB (Red+Green+Blue) = 234+205+145=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD91 is #15326E. Grayscale: #CFCFCF. Windows color (decimal): -1389167 or 9555434. OLE color: 9555434.

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

Color convert

RGB234205145-
CMYK00.120.380.08
HSL40.45º67.94%74.31%-
HSV(B)40.45º38.03%91.76%-
XYZ60.8763.235.78-
YUV206.8393.11147.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 145 (57.03% from 255) = 24.83%
R=40.07%
G=35.10%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420514500.120.380.0840.4567.9474.31
HexEACD910C26828444a
Octal352315221014461050104112
Binary11101010110011011001000101100100110100010100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD91; }

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

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

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

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

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

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

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

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