#E2CA9A

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

Shades of Chamois #E2CA9A

Tints of Chamois #E2CA9A

Color information

#E2CA9A (or 0xE2CA9A) is unknown color: approx Chamois. HEX triplet: E2, CA and 9A. RGB value is (226,202,154). Sum of RGB (Red+Green+Blue) = 226+202+154=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA9A is #1D3565. Grayscale: #CBCBCB. Windows color (decimal): -1914214 or 10144482. OLE color: 10144482.

HSL color Cylindrical-coordinate representation of color #E2CA9A: hue angle of 40º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2CA9A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226202154-
CMYK00.110.320.11
HSL40º55.38%74.51%-
HSV(B)40º31.86%88.63%-
XYZ58.3260.7439.22-
YUV203.799.95143.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.83%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=38.83%
G=34.71%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620215400.110.320.114055.3874.51
HexE2CA9A0B20B28374b
Octal34231223201340135067113
Binary1110001011001010100110100101110000010111010001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CA9A; }

 p { color: rgb(226,202,154); }

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

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

 a { background-color: rgb(226,202,154); }

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

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

 span { border-color: rgb(226,202,154); }

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