#E5CF9F

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

Shades of Chamois #E5CF9F

Tints of Chamois #E5CF9F

Color information

#E5CF9F (or 0xE5CF9F) is unknown color: approx Chamois. HEX triplet: E5, CF and 9F. RGB value is (229,207,159). Sum of RGB (Red+Green+Blue) = 229+207+159=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF9F is #1A3060. Grayscale: #D0D0D0. Windows color (decimal): -1716321 or 10473445. OLE color: 10473445.

HSL color Cylindrical-coordinate representation of color #E5CF9F: hue angle of 41.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5CF9F is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229207159-
CMYK00.100.310.10
HSL41.14º57.38%76.08%-
HSV(B)41.14º30.57%89.8%-
XYZ60.8863.7941.9-
YUV208.11100.29142.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=38.49%
G=34.79%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920715900.100.310.1041.1457.3876.08
HexE5CF9F0A1FA29394c
Octal34531723701237125171114
Binary111001011100111110011111010101111110101010011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF9F; }

 p { color: rgb(229,207,159); }

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

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

 a { background-color: rgb(229,207,159); }

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

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

 span { border-color: rgb(229,207,159); }

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