#E7BA92

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

Shades of Pancho #E7BA92

Tints of Pancho #E7BA92

Color information

#E7BA92 (or 0xE7BA92) is unknown color: approx Pancho. HEX triplet: E7, BA and 92. RGB value is (231,186,146). Sum of RGB (Red+Green+Blue) = 231+186+146=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA92 is #18456D. Grayscale: #C3C3C3. Windows color (decimal): -1590638 or 9616103. OLE color: 9616103.

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

Color convert

RGB231186146-
CMYK00.190.370.09
HSL28.24º63.91%73.92%-
HSV(B)28.24º36.8%90.59%-
XYZ55.754.1834.72-
YUV194.9100.41153.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=41.03%
G=33.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118614600.190.370.0928.2463.9173.92
HexE7BA920132591c404a
Octal347272222023451134100112
Binary11100111101110101001001001001110010110011110010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA92; }

 p { color: rgb(231,186,146); }

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

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

 a { background-color: rgb(231,186,146); }

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

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

 span { border-color: rgb(231,186,146); }

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