Html Css Color HEX #E0DCC9 Travertine

📋 copy color: '#E0DCC9'

red 224 ◦ green 220 ◦ blue 201

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

Shades of Travertine #E0DCC9

Tints of Travertine #E0DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.11%

 BLUE value IS 201 (78.91% from 255) = 31.16%

R = 34.73%
G = 34.11%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0DCC9 (or 0xE0DCC9) is known color: Travertine. HEX triplet: E0, DC and C9. RGB value is (224,220,201). Sum of RGB (Red+Green+Blue) = 224+220+201=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCC9 is #1F2336. Grayscale: #DBDBDB. Windows color (decimal): -2040631 or 13229280. OLE color: 13229280.

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

Color convert

RGB 224 220 201 -
CMYK 0 0.02 0.10 0.12
HSL 49.57º 0.27% 0.83% -
HSV(B) 49.57º 0.1% 0.88% -
XYZ 66.88 71.25 65.49 -
YUV 219.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 224 220 201 0 0.02 0.10 0.12 49.57 0.27 0.83
Hex E0 DC C9 0 2 A C 32 1B 53
Octal 340 334 311 0 2 12 14 62 33 123
Binary 11100000 11011100 11001001 0 10 1010 1100 110010 11011 1010011

Color Harmonies of #E0DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCC9

Black with #E0DCC9

Text Example


Text Example

White with #E0DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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