Html Css Color HEX #E5DEC5 Travertine

📋 copy color: '#E5DEC5'

red 229 ◦ green 222 ◦ blue 197

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

Shades of Travertine #E5DEC5

Tints of Travertine #E5DEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.4%

R = 35.34%
G = 34.26%
B = 30.4%

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

#E5DEC5 (or 0xE5DEC5) is known color: Travertine. HEX triplet: E5, DE and C5. RGB value is (229,222,197). Sum of RGB (Red+Green+Blue) = 229+222+197=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEC5 is #1A213A. Grayscale: #DDDDDD. Windows color (decimal): -1712443 or 12967653. OLE color: 12967653.

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

Color convert

RGB 229 222 197 -
CMYK 0 0.03 0.14 0.10
HSL 46.88º 0.38% 0.84% -
HSV(B) 46.88º 0.14% 0.9% -
XYZ 68.51 72.93 63.29 -
YUV 221.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 229 222 197 0 0.03 0.14 0.10 46.88 0.38 0.84
Hex E5 DE C5 0 3 E A 2F 26 54
Octal 345 336 305 0 3 16 12 57 46 124
Binary 11100101 11011110 11000101 0 11 1110 1010 101111 100110 1010100

Color Harmonies of #E5DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEC5

Black with #E5DEC5

Text Example


Text Example

White with #E5DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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