#E7E2C8

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

Shades of Travertine #E7E2C8

Tints of Travertine #E7E2C8

Color information

#E7E2C8 (or 0xE7E2C8) is unknown color: approx Travertine. HEX triplet: E7, E2 and C8. RGB value is (231,226,200). Sum of RGB (Red+Green+Blue) = 231+226+200=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2C8 is #181D37. Grayscale: #E0E0E0. Windows color (decimal): -1580344 or 13165287. OLE color: 13165287.

HSL color Cylindrical-coordinate representation of color #E7E2C8: hue angle of 50.32º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E2C8 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231226200-
CMYK00.020.130.09
HSL50.32º39.24%84.51%-
HSV(B)50.32º13.42%90.59%-
XYZ70.5875.5565.51-
YUV224.53114.16132.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=35.16%
G=34.40%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122620000.020.130.0950.3239.2484.51
HexE7E2C802D9322755
Octal3473423100215116247125
Binary111001111110001011001000010110110011100101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2C8; }

 p { color: rgb(231,226,200); }

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

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

 a { background-color: rgb(231,226,200); }

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

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

 span { border-color: rgb(231,226,200); }

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