Html Css Color HEX #E1B995 Pancho

📋 copy color: '#E1B995'

red 225 ◦ green 185 ◦ blue 149

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

Shades of Pancho #E1B995

Tints of Pancho #E1B995

RGB

 RED value IS 225 (88.28% from 255) = 40.25%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 149 (58.59% from 255) = 26.65%

R = 40.25%
G = 33.09%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1B995 (or 0xE1B995) is known color: Pancho. HEX triplet: E1, B9 and 95. RGB value is (225,185,149). Sum of RGB (Red+Green+Blue) = 225+185+149=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B995 is #1E466A. Grayscale: #C1C1C1. Windows color (decimal): -1984107 or 9812449. OLE color: 9812449.

HSL color Cylindrical-coordinate representation of color #E1B995: hue angle of 28.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1B995 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 185 149 -
CMYK 0 0.18 0.34 0.12
HSL 28.42º 0.56% 0.73% -
HSV(B) 28.42º 0.34% 0.88% -
XYZ 53.83 52.88 35.8 -
YUV 192.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 225 185 149 0 0.18 0.34 0.12 28.42 0.56 0.73
Hex E1 B9 95 0 12 22 C 1C 38 49
Octal 341 271 225 0 22 42 14 34 70 111
Binary 11100001 10111001 10010101 0 10010 100010 1100 11100 111000 1001001

Color Harmonies of #E1B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B995

Black with #E1B995

Text Example


Text Example

White with #E1B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B995; }

 p { color: rgb(225,185,149); }

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

background-color css

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

 a { background-color: rgb(225,185,149); }

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

border-color css

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

 span { border-color: rgb(225,185,149); }

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