#E9CFA0

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

Shades of Chamois #E9CFA0

Tints of Chamois #E9CFA0

Color information

#E9CFA0 (or 0xE9CFA0) is unknown color: approx Chamois. HEX triplet: E9, CF and A0. RGB value is (233,207,160). Sum of RGB (Red+Green+Blue) = 233+207+160=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFA0 is #16305F. Grayscale: #D1D1D1. Windows color (decimal): -1454176 or 10538985. OLE color: 10538985.

HSL color Cylindrical-coordinate representation of color #E9CFA0: hue angle of 38.63º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9CFA0 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233207160-
CMYK00.110.310.09
HSL38.63º62.39%77.06%-
HSV(B)38.63º31.33%91.37%-
XYZ62.2664.4942.42-
YUV209.42100.11144.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=38.83%
G=34.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320716000.110.310.0938.6362.3977.06
HexE9CFA00B1F9273e4d
Octal35131724001337114776115
Binary111010011100111110100000010111111110011001111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFA0; }

 p { color: rgb(233,207,160); }

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

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

 a { background-color: rgb(233,207,160); }

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

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

 span { border-color: rgb(233,207,160); }

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