#E7BC9C

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

Shades of Pancho #E7BC9C

Tints of Pancho #E7BC9C

Color information

#E7BC9C (or 0xE7BC9C) is unknown color: approx Pancho. HEX triplet: E7, BC and 9C. RGB value is (231,188,156). Sum of RGB (Red+Green+Blue) = 231+188+156=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC9C is #184363. Grayscale: #C5C5C5. Windows color (decimal): -1590116 or 10271975. OLE color: 10271975.

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

Color convert

RGB231188156-
CMYK00.190.320.09
HSL25.6º60.98%75.88%-
HSV(B)25.6º32.47%90.59%-
XYZ56.9455.3639.14-
YUV197.21104.75152.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=40.17%
G=32.70%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118815600.190.320.0925.660.9875.88
HexE7BC9C0132091a3d4c
Octal34727423402340113275114
Binary1110011110111100100111000100111000001001110101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BC9C; }

 p { color: rgb(231,188,156); }

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

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

 a { background-color: rgb(231,188,156); }

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

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

 span { border-color: rgb(231,188,156); }

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