#E0DBC4

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

Shades of Travertine #E0DBC4

Tints of Travertine #E0DBC4

Color information

#E0DBC4 (or 0xE0DBC4) is unknown color: approx Travertine. HEX triplet: E0, DB and C4. RGB value is (224,219,196). Sum of RGB (Red+Green+Blue) = 224+219+196=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBC4 is #1F243B. Grayscale: #D9D9D9. Windows color (decimal): -2040892 or 12901344. OLE color: 12901344.

HSL color Cylindrical-coordinate representation of color #E0DBC4: hue angle of 49.29º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0DBC4 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224219196-
CMYK00.020.120.12
HSL49.29º31.11%82.35%-
HSV(B)49.29º12.5%87.84%-
XYZ66.0470.562.35-
YUV217.87115.66132.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=35.05%
G=34.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421919600.020.120.1249.2931.1182.35
HexE0DBC402CC311f52
Octal3403333040214146137122
Binary11100000110110111100010001011001100110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBC4; }

 p { color: rgb(224,219,196); }

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

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

 a { background-color: rgb(224,219,196); }

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

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

 span { border-color: rgb(224,219,196); }

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