Html Css Color HEX #E5E2C8 Travertine

📋 copy color: '#E5E2C8'

red 229 ◦ green 226 ◦ blue 200

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

Shades of Travertine #E5E2C8

Tints of Travertine #E5E2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.53%

R = 34.96%
G = 34.5%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E5E2C8 (or 0xE5E2C8) is known color: Travertine. HEX triplet: E5, E2 and C8. RGB value is (229,226,200). Sum of RGB (Red+Green+Blue) = 229+226+200=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2C8 is #1A1D37. Grayscale: #E0E0E0. Windows color (decimal): -1711416 or 13165285. OLE color: 13165285.

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

Color convert

RGB 229 226 200 -
CMYK 0 0.01 0.13 0.10
HSL 53.79º 0.36% 0.84% -
HSV(B) 53.79º 0.13% 0.9% -
XYZ 69.93 75.22 65.48 -
YUV 223.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 229 226 200 0 0.01 0.13 0.10 53.79 0.36 0.84
Hex E5 E2 C8 0 1 D A 36 24 54
Octal 345 342 310 0 1 15 12 66 44 124
Binary 11100101 11100010 11001000 0 1 1101 1010 110110 100100 1010100

Color Harmonies of #E5E2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2C8

Black with #E5E2C8

Text Example


Text Example

White with #E5E2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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