Html Css Color HEX #E0DDCA Travertine

📋 copy color: '#E0DDCA'

red 224 ◦ green 221 ◦ blue 202

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

Shades of Travertine #E0DDCA

Tints of Travertine #E0DDCA

RGB

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

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

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

R = 34.62%
G = 34.16%
B = 31.22%

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

#E0DDCA (or 0xE0DDCA) is known color: Travertine. HEX triplet: E0, DD and CA. RGB value is (224,221,202). Sum of RGB (Red+Green+Blue) = 224+221+202=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDCA is #1F2235. Grayscale: #DBDBDB. Windows color (decimal): -2040374 or 13295072. OLE color: 13295072.

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

Color convert

RGB 224 221 202 -
CMYK 0 0.01 0.10 0.12
HSL 51.82º 0.26% 0.84% -
HSV(B) 51.82º 0.1% 0.88% -
XYZ 67.26 71.82 66.2 -
YUV 219.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 224 221 202 0 0.01 0.10 0.12 51.82 0.26 0.84
Hex E0 DD CA 0 1 A C 34 1A 54
Octal 340 335 312 0 1 12 14 64 32 124
Binary 11100000 11011101 11001010 0 1 1010 1100 110100 11010 1010100

Color Harmonies of #E0DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDCA

Black with #E0DDCA

Text Example


Text Example

White with #E0DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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