#E7BD95

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

Shades of Pancho #E7BD95

Tints of Pancho #E7BD95

Color information

#E7BD95 (or 0xE7BD95) is unknown color: approx Pancho. HEX triplet: E7, BD and 95. RGB value is (231,189,149). Sum of RGB (Red+Green+Blue) = 231+189+149=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD95 is #18426A. Grayscale: #C5C5C5. Windows color (decimal): -1589867 or 9813479. OLE color: 9813479.

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

Color convert

RGB231189149-
CMYK00.180.350.09
HSL29.27º63.08%74.51%-
HSV(B)29.27º35.5%90.59%-
XYZ56.5855.5536.17-
YUV197100.91152.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=40.60%
G=33.22%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118914900.180.350.0929.2763.0874.51
HexE7BD950122391d3f4b
Octal34727522502243113577113
Binary1110011110111101100101010100101000111001111011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD95; }

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

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

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

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

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

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

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

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