Html Css Color HEX #E6E0C4 Travertine

📋 copy color: '#E6E0C4'

red 230 ◦ green 224 ◦ blue 196

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

Shades of Travertine #E6E0C4

Tints of Travertine #E6E0C4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.46%

 BLUE value IS 196 (76.95% from 255) = 30.15%

R = 35.38%
G = 34.46%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E6E0C4 (or 0xE6E0C4) is known color: Travertine. HEX triplet: E6, E0 and C4. RGB value is (230,224,196). Sum of RGB (Red+Green+Blue) = 230+224+196=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0C4 is #191F3B. Grayscale: #DEDEDE. Windows color (decimal): -1646396 or 12902630. OLE color: 12902630.

HSL color Cylindrical-coordinate representation of color #E6E0C4: hue angle of 49.41º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6E0C4 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 224 196 -
CMYK 0 0.03 0.15 0.10
HSL 49.41º 0.4% 0.84% -
HSV(B) 49.41º 0.15% 0.9% -
XYZ 69.25 74.12 62.88 -
YUV 222.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 230 224 196 0 0.03 0.15 0.10 49.41 0.4 0.84
Hex E6 E0 C4 0 3 F A 31 28 54
Octal 346 340 304 0 3 17 12 61 50 124
Binary 11100110 11100000 11000100 0 11 1111 1010 110001 101000 1010100

Color Harmonies of #E6E0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E0C4

Black with #E6E0C4

Text Example


Text Example

White with #E6E0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E0C4; }

 p { color: rgb(230,224,196); }

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

background-color css

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

 a { background-color: rgb(230,224,196); }

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

border-color css

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

 span { border-color: rgb(230,224,196); }

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