#E7BF96

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

Shades of Pancho #E7BF96

Tints of Pancho #E7BF96

Color information

#E7BF96 (or 0xE7BF96) is unknown color: approx Pancho. HEX triplet: E7, BF and 96. RGB value is (231,191,150). Sum of RGB (Red+Green+Blue) = 231+191+150=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF96 is #184069. Grayscale: #C6C6C6. Windows color (decimal): -1589354 or 9879527. OLE color: 9879527.

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

Color convert

RGB231191150-
CMYK00.170.350.09
HSL30.37º62.79%74.71%-
HSV(B)30.37º35.06%90.59%-
XYZ57.0956.4536.74-
YUV198.29100.75151.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=40.38%
G=33.39%
B=26.22%

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
Decimal23119115000.170.350.0930.3762.7974.71
HexE7BF960112391e3f4b
Octal34727722602143113677113
Binary1110011110111111100101100100011000111001111101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF96; }

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

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

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

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

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

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

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

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