#E5E2C7

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

Shades of Travertine #E5E2C7

Tints of Travertine #E5E2C7

Color information

#E5E2C7 (or 0xE5E2C7) is unknown color: approx Travertine. HEX triplet: E5, E2 and C7. RGB value is (229,226,199). Sum of RGB (Red+Green+Blue) = 229+226+199=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2C7 is #1A1D38. Grayscale: #DFDFDF. Windows color (decimal): -1711417 or 13099749. OLE color: 13099749.

HSL color Cylindrical-coordinate representation of color #E5E2C7: hue angle of 54º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5E2C7 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229226199-
CMYK00.010.130.10
HSL54º36.59%83.92%-
HSV(B)54º13.1%89.8%-
XYZ69.8275.1764.86-
YUV223.82113.99131.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=35.02%
G=34.56%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922619900.010.130.105436.5983.92
HexE5E2C701DA362554
Octal3453423070115126645124
Binary11100101111000101100011101110110101101101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2C7; }

 p { color: rgb(229,226,199); }

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

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

 a { background-color: rgb(229,226,199); }

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

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

 span { border-color: rgb(229,226,199); }

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