Html Css Color HEX #E5B996 Pancho

📋 copy color: '#E5B996'

red 229 ◦ green 185 ◦ blue 150

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

Shades of Pancho #E5B996

Tints of Pancho #E5B996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 40.6%
G = 32.8%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5B996 (or 0xE5B996) is known color: Pancho. HEX triplet: E5, B9 and 96. RGB value is (229,185,150). Sum of RGB (Red+Green+Blue) = 229+185+150=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B996 is #1A4669. Grayscale: #C2C2C2. Windows color (decimal): -1721962 or 9877989. OLE color: 9877989.

HSL color Cylindrical-coordinate representation of color #E5B996: hue angle of 26.58º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5B996 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 185 150 -
CMYK 0 0.19 0.34 0.10
HSL 26.58º 0.6% 0.74% -
HSV(B) 26.58º 0.34% 0.9% -
XYZ 55.17 53.56 36.28 -
YUV 194.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 229 185 150 0 0.19 0.34 0.10 26.58 0.6 0.74
Hex E5 B9 96 0 13 22 A 1B 3C 4A
Octal 345 271 226 0 23 42 12 33 74 112
Binary 11100101 10111001 10010110 0 10011 100010 1010 11011 111100 1001010

Color Harmonies of #E5B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B996

Black with #E5B996

Text Example


Text Example

White with #E5B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B996; }

 p { color: rgb(229,185,150); }

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

background-color css

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

 a { background-color: rgb(229,185,150); }

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

border-color css

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

 span { border-color: rgb(229,185,150); }

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