#EACE95

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

Shades of Chamois #EACE95

Tints of Chamois #EACE95

Color information

#EACE95 (or 0xEACE95) is unknown color: approx Chamois. HEX triplet: EA, CE and 95. RGB value is (234,206,149). Sum of RGB (Red+Green+Blue) = 234+206+149=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE95 is #15316A. Grayscale: #D0D0D0. Windows color (decimal): -1388907 or 9817834. OLE color: 9817834.

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

Color convert

RGB234206149-
CMYK00.120.360.08
HSL40.24º66.93%75.1%-
HSV(B)40.24º36.32%91.76%-
XYZ61.4363.837.51-
YUV207.8794.78146.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=39.73%
G=34.97%
B=25.30%

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
Decimal23420614900.120.360.0840.2466.9375.1
HexEACE950C24828434b
Octal352316225014441050103113
Binary11101010110011101001010101100100100100010100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACE95; }

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

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

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

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

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

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

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

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