#E1B293

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

Shades of Pancho #E1B293

Tints of Pancho #E1B293

Color information

#E1B293 (or 0xE1B293) is unknown color: approx Pancho. HEX triplet: E1, B2 and 93. RGB value is (225,178,147). Sum of RGB (Red+Green+Blue) = 225+178+147=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B293 is #1E4D6C. Grayscale: #BCBCBC. Windows color (decimal): -1985901 or 9679585. OLE color: 9679585.

HSL color Cylindrical-coordinate representation of color #E1B293: hue angle of 23.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1B293 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225178147-
CMYK00.210.350.12
HSL23.85º56.52%72.94%-
HSV(B)23.85º34.67%88.24%-
XYZ52.2449.9534.49-
YUV188.52104.57154.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 147 (57.81% from 255) = 26.73%
R=40.91%
G=32.36%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517814700.210.350.1223.8556.5272.94
HexE1B29301523C183949
Octal34126222302543143071111
Binary1110000110110010100100110101011000111100110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B293; }

 p { color: rgb(225,178,147); }

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

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

 a { background-color: rgb(225,178,147); }

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

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

 span { border-color: rgb(225,178,147); }

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