#E5DFCA

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

Shades of Travertine #E5DFCA

Tints of Travertine #E5DFCA

Color information

#E5DFCA (or 0xE5DFCA) is unknown color: approx Travertine. HEX triplet: E5, DF and CA. RGB value is (229,223,202). Sum of RGB (Red+Green+Blue) = 229+223+202=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCA is #1A2035. Grayscale: #DEDEDE. Windows color (decimal): -1712182 or 13295589. OLE color: 13295589.

HSL color Cylindrical-coordinate representation of color #E5DFCA: hue angle of 46.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DFCA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB229223202-
CMYK00.030.120.10
HSL46.67º34.18%84.51%-
HSV(B)46.67º11.79%89.8%-
XYZ69.3673.766.45-
YUV222.4116.49132.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=35.02%
G=34.10%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922320200.030.120.1046.6734.1884.51
HexE5DFCA03CA2f2255
Octal3453373120314125742125
Binary111001011101111111001010011110010101011111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFCA; }

 p { color: rgb(229,223,202); }

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

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

 a { background-color: rgb(229,223,202); }

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

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

 span { border-color: rgb(229,223,202); }

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