Html Css Color HEX #E5B796 Pancho

📋 copy color: '#E5B796'

red 229 ◦ green 183 ◦ blue 150

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

Shades of Pancho #E5B796

Tints of Pancho #E5B796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.56%

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

R = 40.75%
G = 32.56%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5B796 (or 0xE5B796) is known color: Pancho. HEX triplet: E5, B7 and 96. RGB value is (229,183,150). Sum of RGB (Red+Green+Blue) = 229+183+150=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B796 is #1A4869. Grayscale: #C1C1C1. Windows color (decimal): -1722474 or 9877477. OLE color: 9877477.

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

Color convert

RGB 229 183 150 -
CMYK 0 0.20 0.34 0.10
HSL 25.06º 0.6% 0.74% -
HSV(B) 25.06º 0.34% 0.9% -
XYZ 54.75 52.73 36.15 -
YUV 192.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 229 183 150 0 0.20 0.34 0.10 25.06 0.6 0.74
Hex E5 B7 96 0 14 22 A 19 3C 4A
Octal 345 267 226 0 24 42 12 31 74 112
Binary 11100101 10110111 10010110 0 10100 100010 1010 11001 111100 1001010

Color Harmonies of #E5B796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B796

Black with #E5B796

Text Example


Text Example

White with #E5B796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B796; }

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

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

background-color css

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

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

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

border-color css

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

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

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