Html Css Color HEX #E6E1CA Travertine

📋 copy color: '#E6E1CA'

red 230 ◦ green 225 ◦ blue 202

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

Shades of Travertine #E6E1CA

Tints of Travertine #E6E1CA

RGB

 RED value IS 230 (90.23% from 255) = 35.01%

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

 BLUE value IS 202 (79.3% from 255) = 30.75%

R = 35.01%
G = 34.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6E1CA (or 0xE6E1CA) is known color: Travertine. HEX triplet: E6, E1 and CA. RGB value is (230,225,202). Sum of RGB (Red+Green+Blue) = 230+225+202=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1CA is #191E35. Grayscale: #DFDFDF. Windows color (decimal): -1646134 or 13296102. OLE color: 13296102.

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

Color convert

RGB 230 225 202 -
CMYK 0 0.02 0.12 0.10
HSL 49.29º 0.36% 0.85% -
HSV(B) 49.29º 0.12% 0.9% -
XYZ 70.22 74.94 66.64 -
YUV 223.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 230 225 202 0 0.02 0.12 0.10 49.29 0.36 0.85
Hex E6 E1 CA 0 2 C A 31 24 55
Octal 346 341 312 0 2 14 12 61 44 125
Binary 11100110 11100001 11001010 0 10 1100 1010 110001 100100 1010101

Color Harmonies of #E6E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E1CA

Black with #E6E1CA

Text Example


Text Example

White with #E6E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E1CA; }

 p { color: rgb(230,225,202); }

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

background-color css

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

 a { background-color: rgb(230,225,202); }

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

border-color css

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

 span { border-color: rgb(230,225,202); }

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