Html Css Color HEX #E0DAC4 Travertine

📋 copy color: '#E0DAC4'

red 224 ◦ green 218 ◦ blue 196

#E0DAC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Travertine #E0DAC4

Tints of Travertine #E0DAC4

RGB

 RED value IS 224 (87.89% from 255) = 35.11%

 GREEN value IS 218 (85.55% from 255) = 34.17%

 BLUE value IS 196 (76.95% from 255) = 30.72%

R = 35.11%
G = 34.17%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E0DAC4 (or 0xE0DAC4) is known color: Travertine. HEX triplet: E0, DA and C4. RGB value is (224,218,196). Sum of RGB (Red+Green+Blue) = 224+218+196=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DAC4 is #1F253B. Grayscale: #D9D9D9. Windows color (decimal): -2041148 or 12901088. OLE color: 12901088.

HSL color Cylindrical-coordinate representation of color #E0DAC4: hue angle of 47.14º 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 #E0DAC4 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 196 -
CMYK 0 0.03 0.12 0.12
HSL 47.14º 0.31% 0.82% -
HSV(B) 47.14º 0.13% 0.88% -
XYZ 65.78 69.98 62.26 -
YUV 217.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 224 218 196 0 0.03 0.12 0.12 47.14 0.31 0.82
Hex E0 DA C4 0 3 C C 2F 1F 52
Octal 340 332 304 0 3 14 14 57 37 122
Binary 11100000 11011010 11000100 0 11 1100 1100 101111 11111 1010010

Color Harmonies of #E0DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DAC4

Black with #E0DAC4

Text Example


Text Example

White with #E0DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DAC4; }

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

 H1.HeaderClassName
 {
   color: #E0DAC4;
 }
 .AnyTagClassName
 {
   color: #E0DAC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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