#E7BF8D

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

Shades of Pancho #E7BF8D

Tints of Pancho #E7BF8D

Color information

#E7BF8D (or 0xE7BF8D) is unknown color: approx Pancho. HEX triplet: E7, BF and 8D. RGB value is (231,191,141). Sum of RGB (Red+Green+Blue) = 231+191+141=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF8D is #184072. Grayscale: #C5C5C5. Windows color (decimal): -1589363 or 9289703. OLE color: 9289703.

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

Color convert

RGB231191141-
CMYK00.170.390.09
HSL33.33º65.22%72.94%-
HSV(B)33.33º38.96%90.59%-
XYZ56.3956.1733.07-
YUV197.2696.25152.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=41.03%
G=33.93%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119114100.170.390.0933.3365.2272.94
HexE7BF8D011279214149
Octal347277215021471141101111
Binary111001111011111110001101010001100111100110000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF8D; }

 p { color: rgb(231,191,141); }

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

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

 a { background-color: rgb(231,191,141); }

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

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

 span { border-color: rgb(231,191,141); }

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