Html Css Color HEX #E4E1CA Travertine

📋 copy color: '#E4E1CA'

red 228 ◦ green 225 ◦ blue 202

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

Shades of Travertine #E4E1CA

Tints of Travertine #E4E1CA

RGB

 RED value IS 228 (89.45% from 255) = 34.81%

 GREEN value IS 225 (88.28% from 255) = 34.35%

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

R = 34.81%
G = 34.35%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E4E1CA (or 0xE4E1CA) is known color: Travertine. HEX triplet: E4, E1 and CA. RGB value is (228,225,202). Sum of RGB (Red+Green+Blue) = 228+225+202=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E1CA is #1B1E35. Grayscale: #DFDFDF. Windows color (decimal): -1777206 or 13296100. OLE color: 13296100.

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

Color convert

RGB 228 225 202 -
CMYK 0 0.01 0.11 0.11
HSL 53.08º 0.33% 0.84% -
HSV(B) 53.08º 0.11% 0.89% -
XYZ 69.58 74.61 66.61 -
YUV 223.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 228 225 202 0 0.01 0.11 0.11 53.08 0.33 0.84
Hex E4 E1 CA 0 1 B B 35 20 54
Octal 344 341 312 0 1 13 13 65 40 124
Binary 11100100 11100001 11001010 0 1 1011 1011 110101 100000 1010100

Color Harmonies of #E4E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4E1CA

Black with #E4E1CA

Text Example


Text Example

White with #E4E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4E1CA; }

 p { color: rgb(228,225,202); }

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

background-color css

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

 a { background-color: rgb(228,225,202); }

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

border-color css

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

 span { border-color: rgb(228,225,202); }

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