#E5CAA6

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

Shades of New Tan #E5CAA6

Tints of New Tan #E5CAA6

Color information

#E5CAA6 (or 0xE5CAA6) is unknown color: approx New Tan. HEX triplet: E5, CA and A6. RGB value is (229,202,166). Sum of RGB (Red+Green+Blue) = 229+202+166=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CAA6 is #1A3559. Grayscale: #CECECE. Windows color (decimal): -1717594 or 10930917. OLE color: 10930917.

HSL color Cylindrical-coordinate representation of color #E5CAA6: hue angle of 34.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5CAA6 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229202166-
CMYK00.120.280.10
HSL34.29º54.78%77.45%-
HSV(B)34.29º27.51%89.8%-
XYZ60.3261.6544.8-
YUV205.97105.45144.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 166 (65.23% from 255) = 27.81%
R=38.36%
G=33.84%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920216600.120.280.1034.2954.7877.45
HexE5CAA60C1CA22374d
Octal34531224601434124267115
Binary111001011100101010100110011001110010101000101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAA6; }

 p { color: rgb(229,202,166); }

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

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

 a { background-color: rgb(229,202,166); }

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

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

 span { border-color: rgb(229,202,166); }

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