Html Css Color HEX #E5DEC4 Travertine

📋 copy color: '#E5DEC4'

red 229 ◦ green 222 ◦ blue 196

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

Shades of Travertine #E5DEC4

Tints of Travertine #E5DEC4

RGB

 RED value IS 229 (89.84% from 255) = 35.39%

 GREEN value IS 222 (87.11% from 255) = 34.31%

 BLUE value IS 196 (76.95% from 255) = 30.29%

R = 35.39%
G = 34.31%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E5DEC4 (or 0xE5DEC4) is known color: Travertine. HEX triplet: E5, DE and C4. RGB value is (229,222,196). Sum of RGB (Red+Green+Blue) = 229+222+196=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEC4 is #1A213B. Grayscale: #DDDDDD. Windows color (decimal): -1712444 or 12902117. OLE color: 12902117.

HSL color Cylindrical-coordinate representation of color #E5DEC4: hue angle of 47.27º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5DEC4 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 222 196 -
CMYK 0 0.03 0.14 0.10
HSL 47.27º 0.39% 0.83% -
HSV(B) 47.27º 0.14% 0.9% -
XYZ 68.4 72.89 62.69 -
YUV 221.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 229 222 196 0 0.03 0.14 0.10 47.27 0.39 0.83
Hex E5 DE C4 0 3 E A 2F 27 53
Octal 345 336 304 0 3 16 12 57 47 123
Binary 11100101 11011110 11000100 0 11 1110 1010 101111 100111 1010011

Color Harmonies of #E5DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEC4

Black with #E5DEC4

Text Example


Text Example

White with #E5DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEC4; }

 p { color: rgb(229,222,196); }

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

background-color css

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

 a { background-color: rgb(229,222,196); }

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

border-color css

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

 span { border-color: rgb(229,222,196); }

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