#E2B18D

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

Shades of Pancho #E2B18D

Tints of Pancho #E2B18D

Color information

#E2B18D (or 0xE2B18D) is unknown color: approx Pancho. HEX triplet: E2, B1 and 8D. RGB value is (226,177,141). Sum of RGB (Red+Green+Blue) = 226+177+141=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B18D is #1D4E72. Grayscale: #BBBBBB. Windows color (decimal): -1920627 or 9286114. OLE color: 9286114.

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

Color convert

RGB226177141-
CMYK00.220.380.11
HSL25.41º59.44%71.96%-
HSV(B)25.41º37.61%88.63%-
XYZ51.8949.5432.03-
YUV187.55101.73155.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=41.54%
G=32.54%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617714100.220.380.1125.4159.4471.96
HexE2B18D01626B193b48
Octal34226121502646133173110
Binary1110001010110001100011010101101001101011110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B18D; }

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

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

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

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

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

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

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

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