Html Css Color HEX #E5B896 Pancho

📋 copy color: '#E5B896'

red 229 ◦ green 184 ◦ blue 150

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

Shades of Pancho #E5B896

Tints of Pancho #E5B896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.68%

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

R = 40.67%
G = 32.68%
B = 26.64%

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

#E5B896 (or 0xE5B896) is known color: Pancho. HEX triplet: E5, B8 and 96. RGB value is (229,184,150). Sum of RGB (Red+Green+Blue) = 229+184+150=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B896 is #1A4769. Grayscale: #C1C1C1. Windows color (decimal): -1722218 or 9877733. OLE color: 9877733.

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

Color convert

RGB 229 184 150 -
CMYK 0 0.20 0.34 0.10
HSL 25.82º 0.6% 0.74% -
HSV(B) 25.82º 0.34% 0.9% -
XYZ 54.96 53.14 36.21 -
YUV 193.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 229 184 150 0 0.20 0.34 0.10 25.82 0.6 0.74
Hex E5 B8 96 0 14 22 A 1A 3C 4A
Octal 345 270 226 0 24 42 12 32 74 112
Binary 11100101 10111000 10010110 0 10100 100010 1010 11010 111100 1001010

Color Harmonies of #E5B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B896

Black with #E5B896

Text Example


Text Example

White with #E5B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B896; }

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

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

background-color css

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

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

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

border-color css

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

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

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