#E1B292

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

Shades of Pancho #E1B292

Tints of Pancho #E1B292

Color information

#E1B292 (or 0xE1B292) is unknown color: approx Pancho. HEX triplet: E1, B2 and 92. RGB value is (225,178,146). Sum of RGB (Red+Green+Blue) = 225+178+146=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B292 is #1E4D6D. Grayscale: #BCBCBC. Windows color (decimal): -1985902 or 9614049. OLE color: 9614049.

HSL color Cylindrical-coordinate representation of color #E1B292: hue angle of 24.3º 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 #E1B292 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225178146-
CMYK00.210.350.12
HSL24.3º56.83%72.75%-
HSV(B)24.3º35.11%88.24%-
XYZ52.1649.9234.08-
YUV188.4104.07154.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=40.98%
G=32.42%
B=26.59%

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
Decimal22517814600.210.350.1224.356.8372.75
HexE1B29201523C183949
Octal34126222202543143071111
Binary1110000110110010100100100101011000111100110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B292; }

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

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

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

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

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

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

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

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