Html Css Color HEX #E5E2CA Travertine

📋 copy color: '#E5E2CA'

red 229 ◦ green 226 ◦ blue 202

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

Shades of Travertine #E5E2CA

Tints of Travertine #E5E2CA

RGB

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

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

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

R = 34.86%
G = 34.4%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5E2CA (or 0xE5E2CA) is known color: Travertine. HEX triplet: E5, E2 and CA. RGB value is (229,226,202). Sum of RGB (Red+Green+Blue) = 229+226+202=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2CA is #1A1D35. Grayscale: #E0E0E0. Windows color (decimal): -1711414 or 13296357. OLE color: 13296357.

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

Color convert

RGB 229 226 202 -
CMYK 0 0.01 0.12 0.10
HSL 53.33º 0.34% 0.85% -
HSV(B) 53.33º 0.12% 0.9% -
XYZ 70.17 75.32 66.72 -
YUV 224.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 229 226 202 0 0.01 0.12 0.10 53.33 0.34 0.85
Hex E5 E2 CA 0 1 C A 35 22 55
Octal 345 342 312 0 1 14 12 65 42 125
Binary 11100101 11100010 11001010 0 1 1100 1010 110101 100010 1010101

Color Harmonies of #E5E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2CA

Black with #E5E2CA

Text Example


Text Example

White with #E5E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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