#E2BD9C

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

Shades of Pancho #E2BD9C

Tints of Pancho #E2BD9C

Color information

#E2BD9C (or 0xE2BD9C) is unknown color: approx Pancho. HEX triplet: E2, BD and 9C. RGB value is (226,189,156). Sum of RGB (Red+Green+Blue) = 226+189+156=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD9C is #1D4263. Grayscale: #C4C4C4. Windows color (decimal): -1917540 or 10272226. OLE color: 10272226.

HSL color Cylindrical-coordinate representation of color #E2BD9C: hue angle of 28.29º degrees, saturation: 0.55, 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 #E2BD9C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226189156-
CMYK00.160.310.11
HSL28.29º54.69%74.9%-
HSV(B)28.29º30.97%88.63%-
XYZ55.5654.9639.13-
YUV196.3105.26149.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=39.58%
G=33.10%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618915600.160.310.1128.2954.6974.9
HexE2BD9C0101FB1c374b
Octal34227523402037133467113
Binary111000101011110110011100010000111111011111001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BD9C; }

 p { color: rgb(226,189,156); }

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

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

 a { background-color: rgb(226,189,156); }

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

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

 span { border-color: rgb(226,189,156); }

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