#E7B493

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

Shades of Pancho #E7B493

Tints of Pancho #E7B493

Color information

#E7B493 (or 0xE7B493) is unknown color: approx Pancho. HEX triplet: E7, B4 and 93. RGB value is (231,180,147). Sum of RGB (Red+Green+Blue) = 231+180+147=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B493 is #184B6C. Grayscale: #BFBFBF. Windows color (decimal): -1592173 or 9680103. OLE color: 9680103.

HSL color Cylindrical-coordinate representation of color #E7B493: hue angle of 23.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7B493 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231180147-
CMYK00.220.360.09
HSL23.57º63.64%74.12%-
HSV(B)23.57º36.36%90.59%-
XYZ54.5451.7434.72-
YUV191.49102.9156.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=41.40%
G=32.26%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118014700.220.360.0923.5763.6474.12
HexE7B49301624918404a
Octal347264223026441130100112
Binary11100111101101001001001101011010010010011100010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B493; }

 p { color: rgb(231,180,147); }

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

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

 a { background-color: rgb(231,180,147); }

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

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

 span { border-color: rgb(231,180,147); }

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