#E2BB9B

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

Shades of Pancho #E2BB9B

Tints of Pancho #E2BB9B

Color information

#E2BB9B (or 0xE2BB9B) is unknown color: approx Pancho. HEX triplet: E2, BB and 9B. RGB value is (226,187,155). Sum of RGB (Red+Green+Blue) = 226+187+155=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BB9B is #1D4464. Grayscale: #C3C3C3. Windows color (decimal): -1918053 or 10206178. OLE color: 10206178.

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

Color convert

RGB226187155-
CMYK00.170.310.11
HSL27.04º55.04%74.71%-
HSV(B)27.04º31.42%88.63%-
XYZ55.0554.0838.55-
YUV195.01105.42150.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=39.79%
G=32.92%
B=27.29%

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
Decimal22618715500.170.310.1127.0455.0474.71
HexE2BB9B0111FB1b374b
Octal34227323302137133367113
Binary111000101011101110011011010001111111011110111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BB9B; }

 p { color: rgb(226,187,155); }

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

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

 a { background-color: rgb(226,187,155); }

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

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

 span { border-color: rgb(226,187,155); }

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