#E7BF97

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

Shades of Pancho #E7BF97

Tints of Pancho #E7BF97

Color information

#E7BF97 (or 0xE7BF97) is unknown color: approx Pancho. HEX triplet: E7, BF and 97. RGB value is (231,191,151). Sum of RGB (Red+Green+Blue) = 231+191+151=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF97 is #184068. Grayscale: #C6C6C6. Windows color (decimal): -1589353 or 9945063. OLE color: 9945063.

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

Color convert

RGB231191151-
CMYK00.170.350.09
HSL30º62.5%74.9%-
HSV(B)30º34.63%90.59%-
XYZ57.1756.4837.17-
YUV198.4101.25151.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=40.31%
G=33.33%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119115100.170.350.093062.574.9
HexE7BF970112391e3e4b
Octal34727722702143113676113
Binary1110011110111111100101110100011000111001111101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF97; }

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

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

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

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

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

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

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

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