#E5E2CA

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

Shades of Travertine #E5E2CA

Tints of Travertine #E5E2CA

Color information

#E5E2CA (or 0xE5E2CA) is unknown color: approx Travertine. HEX triplet: E5, E2 and CA. RGB value is (229,226,202). Sum of RGB (Red+Green+Blue) = 229+226+202=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2CA is #1A1D35. Grayscale: #E0E0E0. Windows color (decimal): -1711414 or 13296357. OLE color: 13296357.

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

Color convert

RGB229226202-
CMYK00.010.120.10
HSL53.33º34.18%84.51%-
HSV(B)53.33º11.79%89.8%-
XYZ70.1775.3166.72-
YUV224.16115.49131.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=34.86%
G=34.40%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922620200.010.120.1053.3334.1884.51
HexE5E2CA01CA352255
Octal3453423120114126542125
Binary11100101111000101100101001110010101101011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2CA; }

 p { color: rgb(229,226,202); }

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

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

 a { background-color: rgb(229,226,202); }

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

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

 span { border-color: rgb(229,226,202); }

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