Html Css Color HEX #E5E0CA Travertine

📋 copy color: '#E5E0CA'

red 229 ◦ green 224 ◦ blue 202

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

Shades of Travertine #E5E0CA

Tints of Travertine #E5E0CA

RGB

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

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

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

R = 34.96%
G = 34.2%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5E0CA (or 0xE5E0CA) is known color: Travertine. HEX triplet: E5, E0 and CA. RGB value is (229,224,202). Sum of RGB (Red+Green+Blue) = 229+224+202=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0CA is #1A1F35. Grayscale: #DFDFDF. Windows color (decimal): -1711926 or 13295845. OLE color: 13295845.

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

Color convert

RGB 229 224 202 -
CMYK 0 0.02 0.12 0.10
HSL 48.89º 0.34% 0.85% -
HSV(B) 48.89º 0.12% 0.9% -
XYZ 69.63 74.23 66.54 -
YUV 222.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 229 224 202 0 0.02 0.12 0.10 48.89 0.34 0.85
Hex E5 E0 CA 0 2 C A 31 22 55
Octal 345 340 312 0 2 14 12 61 42 125
Binary 11100101 11100000 11001010 0 10 1100 1010 110001 100010 1010101

Color Harmonies of #E5E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E0CA

Black with #E5E0CA

Text Example


Text Example

White with #E5E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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