Html Css Color HEX #E2B396 Pancho

📋 copy color: '#E2B396'

red 226 ◦ green 179 ◦ blue 150

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

Shades of Pancho #E2B396

Tints of Pancho #E2B396

RGB

 RED value IS 226 (88.67% from 255) = 40.72%

 GREEN value IS 179 (70.31% from 255) = 32.25%

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

R = 40.72%
G = 32.25%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2B396 (or 0xE2B396) is known color: Pancho. HEX triplet: E2, B3 and 96. RGB value is (226,179,150). Sum of RGB (Red+Green+Blue) = 226+179+150=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B396 is #1D4C69. Grayscale: #BDBDBD. Windows color (decimal): -1920106 or 9876450. OLE color: 9876450.

HSL color Cylindrical-coordinate representation of color #E2B396: hue angle of 22.89º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2B396 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 179 150 -
CMYK 0 0.21 0.34 0.11
HSL 22.89º 0.57% 0.74% -
HSV(B) 22.89º 0.34% 0.89% -
XYZ 52.99 50.61 35.83 -
YUV 189.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 226 179 150 0 0.21 0.34 0.11 22.89 0.57 0.74
Hex E2 B3 96 0 15 22 B 17 39 4A
Octal 342 263 226 0 25 42 13 27 71 112
Binary 11100010 10110011 10010110 0 10101 100010 1011 10111 111001 1001010

Color Harmonies of #E2B396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B396

Black with #E2B396

Text Example


Text Example

White with #E2B396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B396; }

 p { color: rgb(226,179,150); }

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

background-color css

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

 a { background-color: rgb(226,179,150); }

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

border-color css

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

 span { border-color: rgb(226,179,150); }

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