#E7BA96

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

Shades of Pancho #E7BA96

Tints of Pancho #E7BA96

Color information

#E7BA96 (or 0xE7BA96) is unknown color: approx Pancho. HEX triplet: E7, BA and 96. RGB value is (231,186,150). Sum of RGB (Red+Green+Blue) = 231+186+150=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA96 is #184569. Grayscale: #C3C3C3. Windows color (decimal): -1590634 or 9878247. OLE color: 9878247.

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

Color convert

RGB231186150-
CMYK00.190.350.09
HSL26.67º62.79%74.71%-
HSV(B)26.67º35.06%90.59%-
XYZ56.0254.3136.38-
YUV195.35102.41153.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 150 (58.98% from 255) = 26.46%
R=40.74%
G=32.80%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118615000.190.350.0926.6762.7974.71
HexE7BA960132391b3f4b
Octal34727222602343113377113
Binary1110011110111010100101100100111000111001110111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA96; }

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

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

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

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

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

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

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

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