#E5E1CB

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

Shades of Travertine #E5E1CB

Tints of Travertine #E5E1CB

Color information

#E5E1CB (or 0xE5E1CB) is unknown color: approx Travertine. HEX triplet: E5, E1 and CB. RGB value is (229,225,203). Sum of RGB (Red+Green+Blue) = 229+225+203=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1CB is #1A1E34. Grayscale: #DFDFDF. Windows color (decimal): -1711669 or 13361637. OLE color: 13361637.

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

Color convert

RGB229225203-
CMYK00.020.110.10
HSL50.77º33.33%84.71%-
HSV(B)50.77º11.35%89.8%-
XYZ70.0274.8267.25-
YUV223.69116.33131.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=34.86%
G=34.25%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922520300.020.110.1050.7733.3384.71
HexE5E1CB02BA332155
Octal3453413130213126341125
Binary111001011110000111001011010101110101100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E1CB; }

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

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

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

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

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

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

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

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