#E2BC9D

Color #E2BC9D Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #E2BC9D

Tints of Pancho #E2BC9D

Color information

#E2BC9D (or 0xE2BC9D) is unknown color: approx Pancho. HEX triplet: E2, BC and 9D. RGB value is (226,188,157). Sum of RGB (Red+Green+Blue) = 226+188+157=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC9D is #1D4362. Grayscale: #C3C3C3. Windows color (decimal): -1917795 or 10337506. OLE color: 10337506.

HSL color Cylindrical-coordinate representation of color #E2BC9D: hue angle of 26.96º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2BC9D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226188157-
CMYK00.170.310.11
HSL26.96º54.33%75.1%-
HSV(B)26.96º30.53%88.63%-
XYZ55.4354.5739.51-
YUV195.83106.09149.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=39.58%
G=32.92%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618815700.170.310.1126.9654.3375.1
HexE2BC9D0111FB1b364b
Octal34227423502137133366113
Binary111000101011110010011101010001111111011110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC9D; }

 p { color: rgb(226,188,157); }

 H1.HeaderClassName
 {
   color: #E2BC9D;
 }
 .AnyTagClassName
 {
   color: #E2BC9D;
 }
</style>
background-color css

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

 a { background-color: rgb(226,188,157); }

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

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

 span { border-color: rgb(226,188,157); }

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