Html Css Color HEX #E5DFCA Travertine

📋 copy color: '#E5DFCA'

red 229 ◦ green 223 ◦ blue 202

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

Shades of Travertine #E5DFCA

Tints of Travertine #E5DFCA

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

 GREEN value IS 223 (87.5% from 255) = 34.1%

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

R = 35.02%
G = 34.1%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5DFCA (or 0xE5DFCA) is known color: Travertine. HEX triplet: E5, DF and CA. RGB value is (229,223,202). Sum of RGB (Red+Green+Blue) = 229+223+202=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCA is #1A2035. Grayscale: #DEDEDE. Windows color (decimal): -1712182 or 13295589. OLE color: 13295589.

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

Color convert

RGB 229 223 202 -
CMYK 0 0.03 0.12 0.10
HSL 46.67º 0.34% 0.85% -
HSV(B) 46.67º 0.12% 0.9% -
XYZ 69.36 73.7 66.45 -
YUV 222.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 229 223 202 0 0.03 0.12 0.10 46.67 0.34 0.85
Hex E5 DF CA 0 3 C A 2F 22 55
Octal 345 337 312 0 3 14 12 57 42 125
Binary 11100101 11011111 11001010 0 11 1100 1010 101111 100010 1010101

Color Harmonies of #E5DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFCA

Black with #E5DFCA

Text Example


Text Example

White with #E5DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFCA; }

 p { color: rgb(229,223,202); }

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

background-color css

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

 a { background-color: rgb(229,223,202); }

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

border-color css

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

 span { border-color: rgb(229,223,202); }

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