#E2B99D

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

Shades of Pancho #E2B99D

Tints of Pancho #E2B99D

Color information

#E2B99D (or 0xE2B99D) is unknown color: approx Pancho. HEX triplet: E2, B9 and 9D. RGB value is (226,185,157). Sum of RGB (Red+Green+Blue) = 226+185+157=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B99D is #1D4662. Grayscale: #C2C2C2. Windows color (decimal): -1918563 or 10336738. OLE color: 10336738.

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

Color convert

RGB226185157-
CMYK00.180.310.11
HSL24.35º54.33%75.1%-
HSV(B)24.35º30.53%88.63%-
XYZ54.853.339.3-
YUV194.07107.08150.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=39.79%
G=32.57%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618515700.180.310.1124.3554.3375.1
HexE2B99D0121FB18364b
Octal34227123502237133066113
Binary111000101011100110011101010010111111011110001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B99D; }

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

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

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

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

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

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

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

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