#E2DAC4

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

Shades of Travertine #E2DAC4

Tints of Travertine #E2DAC4

Color information

#E2DAC4 (or 0xE2DAC4) is unknown color: approx Travertine. HEX triplet: E2, DA and C4. RGB value is (226,218,196). Sum of RGB (Red+Green+Blue) = 226+218+196=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DAC4 is #1D253B. Grayscale: #D9D9D9. Windows color (decimal): -1910076 or 12901090. OLE color: 12901090.

HSL color Cylindrical-coordinate representation of color #E2DAC4: hue angle of 44º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DAC4 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226218196-
CMYK00.040.130.11
HSL44º34.09%82.75%-
HSV(B)44º13.27%88.63%-
XYZ66.470.362.29-
YUV217.88115.65133.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=35.31%
G=34.06%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621819600.040.130.114434.0982.75
HexE2DAC404DB2c2253
Octal3423323040415135442123
Binary1110001011011010110001000100110110111011001000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAC4; }

 p { color: rgb(226,218,196); }

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

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

 a { background-color: rgb(226,218,196); }

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

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

 span { border-color: rgb(226,218,196); }

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