Html Css Color HEX #E5E2CE Travertine

📋 copy color: '#E5E2CE'

red 229 ◦ green 226 ◦ blue 206

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

Shades of Travertine #E5E2CE

Tints of Travertine #E5E2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.16%

R = 34.64%
G = 34.19%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5E2CE (or 0xE5E2CE) is known color: Travertine. HEX triplet: E5, E2 and CE. RGB value is (229,226,206). Sum of RGB (Red+Green+Blue) = 229+226+206=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2CE is #1A1D31. Grayscale: #E0E0E0. Windows color (decimal): -1711410 or 13558501. OLE color: 13558501.

HSL color Cylindrical-coordinate representation of color #E5E2CE: hue angle of 52.17º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E2CE is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 226 206 -
CMYK 0 0.01 0.10 0.10
HSL 52.17º 0.31% 0.85% -
HSV(B) 52.17º 0.1% 0.9% -
XYZ 70.65 75.51 69.24 -
YUV 224.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 229 226 206 0 0.01 0.10 0.10 52.17 0.31 0.85
Hex E5 E2 CE 0 1 A A 34 1F 55
Octal 345 342 316 0 1 12 12 64 37 125
Binary 11100101 11100010 11001110 0 1 1010 1010 110100 11111 1010101

Color Harmonies of #E5E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2CE

Black with #E5E2CE

Text Example


Text Example

White with #E5E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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