#E5E0CB

Color #E5E0CB Travertine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Travertine #E5E0CB

Tints of Travertine #E5E0CB

Color information

#E5E0CB (or 0xE5E0CB) is unknown color: approx Travertine. HEX triplet: E5, E0 and CB. RGB value is (229,224,203). Sum of RGB (Red+Green+Blue) = 229+224+203=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0CB is #1A1F34. Grayscale: #DFDFDF. Windows color (decimal): -1711925 or 13361381. OLE color: 13361381.

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

Color convert

RGB229224203-
CMYK00.020.110.10
HSL48.46º33.33%84.71%-
HSV(B)48.46º11.35%89.8%-
XYZ69.7574.2867.16-
YUV223.1116.66132.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=34.91%
G=34.15%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922420300.020.110.1048.4633.3384.71
HexE5E0CB02BA302155
Octal3453403130213126041125
Binary111001011110000011001011010101110101100001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E0CB; }

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

 H1.HeaderClassName
 {
   color: #E5E0CB;
 }
 .AnyTagClassName
 {
   color: #E5E0CB;
 }
</style>
background-color css

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

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

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

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

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

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