Html Css Color HEX #E5E2CC Travertine

📋 copy color: '#E5E2CC'

red 229 ◦ green 226 ◦ blue 204

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

Shades of Travertine #E5E2CC

Tints of Travertine #E5E2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.96%

R = 34.75%
G = 34.29%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E5E2CC (or 0xE5E2CC) is known color: Travertine. HEX triplet: E5, E2 and CC. RGB value is (229,226,204). Sum of RGB (Red+Green+Blue) = 229+226+204=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2CC is #1A1D33. Grayscale: #E0E0E0. Windows color (decimal): -1711412 or 13427429. OLE color: 13427429.

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

Color convert

RGB 229 226 204 -
CMYK 0 0.01 0.11 0.10
HSL 52.8º 0.32% 0.85% -
HSV(B) 52.8º 0.11% 0.9% -
XYZ 70.41 75.41 67.97 -
YUV 224.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 229 226 204 0 0.01 0.11 0.10 52.8 0.32 0.85
Hex E5 E2 CC 0 1 B A 35 20 55
Octal 345 342 314 0 1 13 12 65 40 125
Binary 11100101 11100010 11001100 0 1 1011 1010 110101 100000 1010101

Color Harmonies of #E5E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2CC

Black with #E5E2CC

Text Example


Text Example

White with #E5E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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