#E5CB96

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

Shades of Chamois #E5CB96

Tints of Chamois #E5CB96

Color information

#E5CB96 (or 0xE5CB96) is unknown color: approx Chamois. HEX triplet: E5, CB and 96. RGB value is (229,203,150). Sum of RGB (Red+Green+Blue) = 229+203+150=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CB96 is #1A3469. Grayscale: #CCCCCC. Windows color (decimal): -1717354 or 9882597. OLE color: 9882597.

HSL color Cylindrical-coordinate representation of color #E5CB96: hue angle of 40.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5CB96 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229203150-
CMYK00.110.340.10
HSL40.25º60.31%74.31%-
HSV(B)40.25º34.5%89.8%-
XYZ59.1761.5737.62-
YUV204.7397.11145.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=39.35%
G=34.88%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920315000.110.340.1040.2560.3174.31
HexE5CB960B22A283c4a
Octal34531322601342125074112
Binary1110010111001011100101100101110001010101010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CB96; }

 p { color: rgb(229,203,150); }

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

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

 a { background-color: rgb(229,203,150); }

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

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

 span { border-color: rgb(229,203,150); }

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