#E7B190

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

Shades of Pancho #E7B190

Tints of Pancho #E7B190

Color information

#E7B190 (or 0xE7B190) is unknown color: approx Pancho. HEX triplet: E7, B1 and 90. RGB value is (231,177,144). Sum of RGB (Red+Green+Blue) = 231+177+144=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B190 is #184E6F. Grayscale: #BDBDBD. Windows color (decimal): -1592944 or 9482727. OLE color: 9482727.

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

Color convert

RGB231177144-
CMYK00.230.380.09
HSL22.76º64.44%73.53%-
HSV(B)22.76º37.66%90.59%-
XYZ53.7150.4533.29-
YUV189.38102.39157.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=41.85%
G=32.07%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117714400.230.380.0922.7664.4473.53
HexE7B19001726917404a
Octal347261220027461127100112
Binary11100111101100011001000001011110011010011011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B190; }

 p { color: rgb(231,177,144); }

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

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

 a { background-color: rgb(231,177,144); }

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

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

 span { border-color: rgb(231,177,144); }

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