#E7CC95

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

Shades of Chamois #E7CC95

Tints of Chamois #E7CC95

Color information

#E7CC95 (or 0xE7CC95) is unknown color: approx Chamois. HEX triplet: E7, CC and 95. RGB value is (231,204,149). Sum of RGB (Red+Green+Blue) = 231+204+149=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CC95 is #18336A. Grayscale: #CECECE. Windows color (decimal): -1586027 or 9817319. OLE color: 9817319.

HSL color Cylindrical-coordinate representation of color #E7CC95: hue angle of 40.24º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7CC95 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231204149-
CMYK00.120.350.09
HSL40.24º63.08%74.51%-
HSV(B)40.24º35.5%90.59%-
XYZ59.9762.3437.31-
YUV205.895.95145.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=39.55%
G=34.93%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120414900.120.350.0940.2463.0874.51
HexE7CC950C239283f4b
Octal34731422501443115077113
Binary1110011111001100100101010110010001110011010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC95; }

 p { color: rgb(231,204,149); }

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

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

 a { background-color: rgb(231,204,149); }

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

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

 span { border-color: rgb(231,204,149); }

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