#E8CD96

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

Shades of Chamois #E8CD96

Tints of Chamois #E8CD96

Color information

#E8CD96 (or 0xE8CD96) is unknown color: approx Chamois. HEX triplet: E8, CD and 96. RGB value is (232,205,150). Sum of RGB (Red+Green+Blue) = 232+205+150=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CD96 is #173269. Grayscale: #CFCFCF. Windows color (decimal): -1520234 or 9883112. OLE color: 9883112.

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

Color convert

RGB232205150-
CMYK00.120.350.09
HSL40.24º64.06%74.9%-
HSV(B)40.24º35.34%90.98%-
XYZ60.6263.0237.82-
YUV206.895.95145.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=39.52%
G=34.92%
B=25.55%

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
Decimal23220515000.120.350.0940.2464.0674.9
HexE8CD960C23928404b
Octal350315226014431150100113
Binary11101000110011011001011001100100011100110100010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CD96; }

 p { color: rgb(232,205,150); }

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

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

 a { background-color: rgb(232,205,150); }

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

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

 span { border-color: rgb(232,205,150); }

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