Html Css Color HEX #E0DDC9 Travertine

📋 copy color: '#E0DDC9'

red 224 ◦ green 221 ◦ blue 201

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

Shades of Travertine #E0DDC9

Tints of Travertine #E0DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.21%

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

R = 34.67%
G = 34.21%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0DDC9 (or 0xE0DDC9) is known color: Travertine. HEX triplet: E0, DD and C9. RGB value is (224,221,201). Sum of RGB (Red+Green+Blue) = 224+221+201=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDC9 is #1F2236. Grayscale: #DBDBDB. Windows color (decimal): -2040375 or 13229536. OLE color: 13229536.

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

Color convert

RGB 224 221 201 -
CMYK 0 0.01 0.10 0.12
HSL 52.17º 0.27% 0.83% -
HSV(B) 52.17º 0.1% 0.88% -
XYZ 67.14 71.78 65.57 -
YUV 219.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 224 221 201 0 0.01 0.10 0.12 52.17 0.27 0.83
Hex E0 DD C9 0 1 A C 34 1B 53
Octal 340 335 311 0 1 12 14 64 33 123
Binary 11100000 11011101 11001001 0 1 1010 1100 110100 11011 1010011

Color Harmonies of #E0DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDC9

Black with #E0DDC9

Text Example


Text Example

White with #E0DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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