Html Css Color HEX #E5E1CC Travertine

📋 copy color: '#E5E1CC'

red 229 ◦ green 225 ◦ blue 204

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

Shades of Travertine #E5E1CC

Tints of Travertine #E5E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.19%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 34.8%
G = 34.19%
B = 31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E5E1CC (or 0xE5E1CC) is known color: Travertine. HEX triplet: E5, E1 and CC. RGB value is (229,225,204). Sum of RGB (Red+Green+Blue) = 229+225+204=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1CC is #1A1E33. Grayscale: #DFDFDF. Windows color (decimal): -1711668 or 13427173. OLE color: 13427173.

HSL color Cylindrical-coordinate representation of color #E5E1CC: hue angle of 50.4º degrees, saturation: 0.32, 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 #E5E1CC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 225 204 -
CMYK 0 0.02 0.11 0.10
HSL 50.4º 0.32% 0.85% -
HSV(B) 50.4º 0.11% 0.9% -
XYZ 70.14 74.87 67.88 -
YUV 223.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 229 225 204 0 0.02 0.11 0.10 50.4 0.32 0.85
Hex E5 E1 CC 0 2 B A 32 20 55
Octal 345 341 314 0 2 13 12 62 40 125
Binary 11100101 11100001 11001100 0 10 1011 1010 110010 100000 1010101

Color Harmonies of #E5E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E1CC

Black with #E5E1CC

Text Example


Text Example

White with #E5E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E1CC; }

 p { color: rgb(229,225,204); }

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

background-color css

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

 a { background-color: rgb(229,225,204); }

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

border-color css

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

 span { border-color: rgb(229,225,204); }

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