Html Css Color HEX #E0DBCA Travertine

📋 copy color: '#E0DBCA'

red 224 ◦ green 219 ◦ blue 202

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

Shades of Travertine #E0DBCA

Tints of Travertine #E0DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.95%

 BLUE value IS 202 (79.3% from 255) = 31.32%

R = 34.73%
G = 33.95%
B = 31.32%

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

#E0DBCA (or 0xE0DBCA) is known color: Travertine. HEX triplet: E0, DB and CA. RGB value is (224,219,202). Sum of RGB (Red+Green+Blue) = 224+219+202=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBCA is #1F2435. Grayscale: #DADADA. Windows color (decimal): -2040886 or 13294560. OLE color: 13294560.

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

Color convert

RGB 224 219 202 -
CMYK 0 0.02 0.10 0.12
HSL 46.36º 0.26% 0.84% -
HSV(B) 46.36º 0.1% 0.88% -
XYZ 66.73 70.77 66.02 -
YUV 218.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 224 219 202 0 0.02 0.10 0.12 46.36 0.26 0.84
Hex E0 DB CA 0 2 A C 2E 1A 54
Octal 340 333 312 0 2 12 14 56 32 124
Binary 11100000 11011011 11001010 0 10 1010 1100 101110 11010 1010100

Color Harmonies of #E0DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBCA

Black with #E0DBCA

Text Example


Text Example

White with #E0DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBCA; }

 p { color: rgb(224,219,202); }

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

background-color css

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

 a { background-color: rgb(224,219,202); }

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

border-color css

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

 span { border-color: rgb(224,219,202); }

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