Html Css Color HEX #E0DCCB Travertine

📋 copy color: '#E0DCCB'

red 224 ◦ green 220 ◦ blue 203

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

Shades of Travertine #E0DCCB

Tints of Travertine #E0DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.38%

R = 34.62%
G = 34%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E0DCCB (or 0xE0DCCB) is known color: Travertine. HEX triplet: E0, DC and CB. RGB value is (224,220,203). Sum of RGB (Red+Green+Blue) = 224+220+203=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCCB is #1F2334. Grayscale: #DBDBDB. Windows color (decimal): -2040629 or 13360352. OLE color: 13360352.

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

Color convert

RGB 224 220 203 -
CMYK 0 0.02 0.09 0.12
HSL 48.57º 0.25% 0.84% -
HSV(B) 48.57º 0.09% 0.88% -
XYZ 67.11 71.35 66.73 -
YUV 219.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 224 220 203 0 0.02 0.09 0.12 48.57 0.25 0.84
Hex E0 DC CB 0 2 9 C 31 19 54
Octal 340 334 313 0 2 11 14 61 31 124
Binary 11100000 11011100 11001011 0 10 1001 1100 110001 11001 1010100

Color Harmonies of #E0DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCCB

Black with #E0DCCB

Text Example


Text Example

White with #E0DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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