Html Css Color HEX #E5E0C9 Travertine

📋 copy color: '#E5E0C9'

red 229 ◦ green 224 ◦ blue 201

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

Shades of Travertine #E5E0C9

Tints of Travertine #E5E0C9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.25%

 BLUE value IS 201 (78.91% from 255) = 30.73%

R = 35.02%
G = 34.25%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5E0C9 (or 0xE5E0C9) is known color: Travertine. HEX triplet: E5, E0 and C9. RGB value is (229,224,201). Sum of RGB (Red+Green+Blue) = 229+224+201=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0C9 is #1A1F36. Grayscale: #DEDEDE. Windows color (decimal): -1711927 or 13230309. OLE color: 13230309.

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

Color convert

RGB 229 224 201 -
CMYK 0 0.02 0.12 0.10
HSL 49.29º 0.35% 0.84% -
HSV(B) 49.29º 0.12% 0.9% -
XYZ 69.51 74.19 65.91 -
YUV 222.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 229 224 201 0 0.02 0.12 0.10 49.29 0.35 0.84
Hex E5 E0 C9 0 2 C A 31 23 54
Octal 345 340 311 0 2 14 12 61 43 124
Binary 11100101 11100000 11001001 0 10 1100 1010 110001 100011 1010100

Color Harmonies of #E5E0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E0C9

Black with #E5E0C9

Text Example


Text Example

White with #E5E0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E0C9; }

 p { color: rgb(229,224,201); }

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

background-color css

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

 a { background-color: rgb(229,224,201); }

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

border-color css

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

 span { border-color: rgb(229,224,201); }

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