Html Css Color HEX #E6E2CA Travertine

📋 copy color: '#E6E2CA'

red 230 ◦ green 226 ◦ blue 202

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

Shades of Travertine #E6E2CA

Tints of Travertine #E6E2CA

RGB

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

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

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

R = 34.95%
G = 34.35%
B = 30.7%

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

#E6E2CA (or 0xE6E2CA) is known color: Travertine. HEX triplet: E6, E2 and CA. RGB value is (230,226,202). Sum of RGB (Red+Green+Blue) = 230+226+202=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2CA is #191D35. Grayscale: #E0E0E0. Windows color (decimal): -1645878 or 13296358. OLE color: 13296358.

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

Color convert

RGB 230 226 202 -
CMYK 0 0.02 0.12 0.10
HSL 51.43º 0.36% 0.85% -
HSV(B) 51.43º 0.12% 0.9% -
XYZ 70.49 75.48 66.73 -
YUV 224.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 230 226 202 0 0.02 0.12 0.10 51.43 0.36 0.85
Hex E6 E2 CA 0 2 C A 33 24 55
Octal 346 342 312 0 2 14 12 63 44 125
Binary 11100110 11100010 11001010 0 10 1100 1010 110011 100100 1010101

Color Harmonies of #E6E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E2CA

Black with #E6E2CA

Text Example


Text Example

White with #E6E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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