#E4E0CE

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

Shades of Travertine #E4E0CE

Tints of Travertine #E4E0CE

Color information

#E4E0CE (or 0xE4E0CE) is unknown color: approx Travertine. HEX triplet: E4, E0 and CE. RGB value is (228,224,206). Sum of RGB (Red+Green+Blue) = 228+224+206=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E0CE is #1B1F31. Grayscale: #DFDFDF. Windows color (decimal): -1777458 or 13557988. OLE color: 13557988.

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

Color convert

RGB228224206-
CMYK00.020.100.11
HSL49.09º28.95%85.1%-
HSV(B)49.09º9.65%89.41%-
XYZ69.7974.2669.05-
YUV223.14118.33131.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.65%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=34.65%
G=34.04%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822420600.020.100.1149.0928.9585.1
HexE4E0CE02AB311d55
Octal3443403160212136135125
Binary11100100111000001100111001010101011110001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E0CE; }

 p { color: rgb(228,224,206); }

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

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

 a { background-color: rgb(228,224,206); }

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

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

 span { border-color: rgb(228,224,206); }

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