#E2B48D

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

Shades of Pancho #E2B48D

Tints of Pancho #E2B48D

Color information

#E2B48D (or 0xE2B48D) is unknown color: approx Pancho. HEX triplet: E2, B4 and 8D. RGB value is (226,180,141). Sum of RGB (Red+Green+Blue) = 226+180+141=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B48D is #1D4B72. Grayscale: #BDBDBD. Windows color (decimal): -1919859 or 9286882. OLE color: 9286882.

HSL color Cylindrical-coordinate representation of color #E2B48D: hue angle of 27.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B48D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226180141-
CMYK00.200.380.11
HSL27.53º59.44%71.96%-
HSV(B)27.53º37.61%88.63%-
XYZ52.4950.7332.23-
YUV189.31100.74154.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=41.32%
G=32.91%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618014100.200.380.1127.5359.4471.96
HexE2B48D01426B1c3b48
Octal34226421502446133473110
Binary1110001010110100100011010101001001101011111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B48D; }

 p { color: rgb(226,180,141); }

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

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

 a { background-color: rgb(226,180,141); }

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

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

 span { border-color: rgb(226,180,141); }

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