Html Css Color HEX #E7E1C2 Travertine

📋 copy color: '#E7E1C2'

red 231 ◦ green 225 ◦ blue 194

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

Shades of Travertine #E7E1C2

Tints of Travertine #E7E1C2

RGB

 RED value IS 231 (90.63% from 255) = 35.54%

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

 BLUE value IS 194 (76.17% from 255) = 29.85%

R = 35.54%
G = 34.62%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E7E1C2 (or 0xE7E1C2) is known color: Travertine. HEX triplet: E7, E1 and C2. RGB value is (231,225,194). Sum of RGB (Red+Green+Blue) = 231+225+194=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1C2 is #181E3D. Grayscale: #DFDFDF. Windows color (decimal): -1580606 or 12771815. OLE color: 12771815.

HSL color Cylindrical-coordinate representation of color #E7E1C2: hue angle of 50.27º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7E1C2 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 225 194 -
CMYK 0 0.03 0.16 0.09
HSL 50.27º 0.44% 0.83% -
HSV(B) 50.27º 0.16% 0.91% -
XYZ 69.62 74.73 61.79 -
YUV 223.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 231 225 194 0 0.03 0.16 0.09 50.27 0.44 0.83
Hex E7 E1 C2 0 3 10 9 32 2C 53
Octal 347 341 302 0 3 20 11 62 54 123
Binary 11100111 11100001 11000010 0 11 10000 1001 110010 101100 1010011

Color Harmonies of #E7E1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E1C2

Black with #E7E1C2

Text Example


Text Example

White with #E7E1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E1C2; }

 p { color: rgb(231,225,194); }

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

background-color css

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

 a { background-color: rgb(231,225,194); }

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

border-color css

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

 span { border-color: rgb(231,225,194); }

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