#E7E2BF

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

Shades of Travertine #E7E2BF

Tints of Travertine #E7E2BF

Color information

#E7E2BF (or 0xE7E2BF) is unknown color: approx Travertine. HEX triplet: E7, E2 and BF. RGB value is (231,226,191). Sum of RGB (Red+Green+Blue) = 231+226+191=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2BF is #181D40. Grayscale: #DFDFDF. Windows color (decimal): -1580353 or 12575463. OLE color: 12575463.

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

Color convert

RGB231226191-
CMYK00.020.170.09
HSL52.5º45.45%82.75%-
HSV(B)52.5º17.32%90.59%-
XYZ69.5675.1460.13-
YUV223.5109.66133.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 226 (88.67% from 255) = 34.88%
BLUE value IS 191 (75% from 255) = 29.48%
R=35.65%
G=34.88%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122619100.020.170.0952.545.4582.75
HexE7E2BF02119342d53
Octal3473422770221116455123
Binary1110011111100010101111110101000110011101001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2BF; }

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

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

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

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

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

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

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

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