#E0DCC5

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

Shades of Travertine #E0DCC5

Tints of Travertine #E0DCC5

Color information

#E0DCC5 (or 0xE0DCC5) is unknown color: approx Travertine. HEX triplet: E0, DC and C5. RGB value is (224,220,197). Sum of RGB (Red+Green+Blue) = 224+220+197=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCC5 is #1F233A. Grayscale: #DADADA. Windows color (decimal): -2040635 or 12967136. OLE color: 12967136.

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

Color convert

RGB224220197-
CMYK00.020.120.12
HSL51.11º30.34%82.55%-
HSV(B)51.11º12.05%87.84%-
XYZ66.4171.0663.04-
YUV218.57115.83131.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 197 (77.34% from 255) = 30.73%
R=34.95%
G=34.32%
B=30.73%

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
Decimal22422019700.020.120.1251.1130.3482.55
HexE0DCC502CC331e53
Octal3403343050214146336123
Binary11100000110111001100010101011001100110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCC5; }

 p { color: rgb(224,220,197); }

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

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

 a { background-color: rgb(224,220,197); }

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

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

 span { border-color: rgb(224,220,197); }

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