#E6CF9E

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

Shades of Chamois #E6CF9E

Tints of Chamois #E6CF9E

Color information

#E6CF9E (or 0xE6CF9E) is unknown color: approx Chamois. HEX triplet: E6, CF and 9E. RGB value is (230,207,158). Sum of RGB (Red+Green+Blue) = 230+207+158=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF9E is #193061. Grayscale: #D0D0D0. Windows color (decimal): -1650786 or 10407910. OLE color: 10407910.

HSL color Cylindrical-coordinate representation of color #E6CF9E: hue angle of 40.83º degrees, saturation: 0.59, 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 #E6CF9E is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB230207158-
CMYK00.100.310.10
HSL40.83º59.02%76.08%-
HSV(B)40.83º31.3%90.2%-
XYZ61.1263.9241.46-
YUV208.2999.62143.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=38.66%
G=34.79%
B=26.55%

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
Decimal23020715800.100.310.1040.8359.0276.08
HexE6CF9E0A1FA293b4c
Octal34631723601237125173114
Binary111001101100111110011110010101111110101010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF9E; }

 p { color: rgb(230,207,158); }

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

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

 a { background-color: rgb(230,207,158); }

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

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

 span { border-color: rgb(230,207,158); }

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