#E7BC8F

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

Shades of Pancho #E7BC8F

Tints of Pancho #E7BC8F

Color information

#E7BC8F (or 0xE7BC8F) is unknown color: approx Pancho. HEX triplet: E7, BC and 8F. RGB value is (231,188,143). Sum of RGB (Red+Green+Blue) = 231+188+143=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC8F is #184370. Grayscale: #C3C3C3. Windows color (decimal): -1590129 or 9420007. OLE color: 9420007.

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

Color convert

RGB231188143-
CMYK00.190.380.09
HSL30.68º64.71%73.33%-
HSV(B)30.68º38.1%90.59%-
XYZ55.954.9433.64-
YUV195.7398.25153.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 143 (56.25% from 255) = 25.44%
R=41.10%
G=33.45%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118814300.190.380.0930.6864.7173.33
HexE7BC8F0132691f4149
Octal347274217023461137101111
Binary11100111101111001000111101001110011010011111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BC8F; }

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

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

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

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

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

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

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

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