Html Css Color HEX #E6E2CB Travertine

📋 copy color: '#E6E2CB'

red 230 ◦ green 226 ◦ blue 203

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

Shades of Travertine #E6E2CB

Tints of Travertine #E6E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.29%

 BLUE value IS 203 (79.69% from 255) = 30.8%

R = 34.9%
G = 34.29%
B = 30.8%

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

#E6E2CB (or 0xE6E2CB) is known color: Travertine. HEX triplet: E6, E2 and CB. RGB value is (230,226,203). Sum of RGB (Red+Green+Blue) = 230+226+203=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2CB is #191D34. Grayscale: #E0E0E0. Windows color (decimal): -1645877 or 13361894. OLE color: 13361894.

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

Color convert

RGB 230 226 203 -
CMYK 0 0.02 0.12 0.10
HSL 51.11º 0.35% 0.85% -
HSV(B) 51.11º 0.12% 0.9% -
XYZ 70.61 75.53 67.36 -
YUV 224.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 230 226 203 0 0.02 0.12 0.10 51.11 0.35 0.85
Hex E6 E2 CB 0 2 C A 33 23 55
Octal 346 342 313 0 2 14 12 63 43 125
Binary 11100110 11100010 11001011 0 10 1100 1010 110011 100011 1010101

Color Harmonies of #E6E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E2CB

Black with #E6E2CB

Text Example


Text Example

White with #E6E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E2CB; }

 p { color: rgb(230,226,203); }

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

background-color css

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

 a { background-color: rgb(230,226,203); }

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

border-color css

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

 span { border-color: rgb(230,226,203); }

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