#E4CA94

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

Shades of Chamois #E4CA94

Tints of Chamois #E4CA94

Color information

#E4CA94 (or 0xE4CA94) is unknown color: approx Chamois. HEX triplet: E4, CA and 94. RGB value is (228,202,148). Sum of RGB (Red+Green+Blue) = 228+202+148=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CA94 is #1B356B. Grayscale: #CBCBCB. Windows color (decimal): -1783148 or 9751268. OLE color: 9751268.

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

Color convert

RGB228202148-
CMYK00.110.350.11
HSL40.5º59.7%73.73%-
HSV(B)40.5º35.09%89.41%-
XYZ58.4660.8736.69-
YUV203.6296.61145.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.45%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 148 (58.20% from 255) = 25.61%
R=39.45%
G=34.95%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820214800.110.350.1140.559.773.73
HexE4CA940B23B283c4a
Octal34431222401343135074112
Binary1110010011001010100101000101110001110111010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CA94; }

 p { color: rgb(228,202,148); }

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

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

 a { background-color: rgb(228,202,148); }

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

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

 span { border-color: rgb(228,202,148); }

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