#E7B794

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

Shades of Pancho #E7B794

Tints of Pancho #E7B794

Color information

#E7B794 (or 0xE7B794) is unknown color: approx Pancho. HEX triplet: E7, B7 and 94. RGB value is (231,183,148). Sum of RGB (Red+Green+Blue) = 231+183+148=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B794 is #18486B. Grayscale: #C1C1C1. Windows color (decimal): -1591404 or 9746407. OLE color: 9746407.

HSL color Cylindrical-coordinate representation of color #E7B794: hue angle of 25.3º degrees, saturation: 0.63, 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 #E7B794 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231183148-
CMYK00.210.360.09
HSL25.3º63.36%74.31%-
HSV(B)25.3º35.93%90.59%-
XYZ55.2352.9935.33-
YUV193.36102.4154.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=41.10%
G=32.56%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118314800.210.360.0925.363.3674.31
HexE7B794015249193f4a
Octal34726722402544113177112
Binary1110011110110111100101000101011001001001110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B794; }

 p { color: rgb(231,183,148); }

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

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

 a { background-color: rgb(231,183,148); }

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

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

 span { border-color: rgb(231,183,148); }

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