#E7BB95

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

Shades of Pancho #E7BB95

Tints of Pancho #E7BB95

Color information

#E7BB95 (or 0xE7BB95) is unknown color: approx Pancho. HEX triplet: E7, BB and 95. RGB value is (231,187,149). Sum of RGB (Red+Green+Blue) = 231+187+149=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BB95 is #18446A. Grayscale: #C4C4C4. Windows color (decimal): -1590379 or 9812967. OLE color: 9812967.

HSL color Cylindrical-coordinate representation of color #E7BB95: hue angle of 27.8º 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 #E7BB95 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231187149-
CMYK00.190.350.09
HSL27.8º63.08%74.51%-
HSV(B)27.8º35.5%90.59%-
XYZ56.1554.736.03-
YUV195.82101.58153.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=40.74%
G=32.98%
B=26.28%

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
Decimal23118714900.190.350.0927.863.0874.51
HexE7BB950132391c3f4b
Octal34727322502343113477113
Binary1110011110111011100101010100111000111001111001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BB95; }

 p { color: rgb(231,187,149); }

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

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

 a { background-color: rgb(231,187,149); }

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

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

 span { border-color: rgb(231,187,149); }

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