#E8BF95

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

Shades of Pancho #E8BF95

Tints of Pancho #E8BF95

Color information

#E8BF95 (or 0xE8BF95) is unknown color: approx Pancho. HEX triplet: E8, BF and 95. RGB value is (232,191,149). Sum of RGB (Red+Green+Blue) = 232+191+149=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BF95 is #17406A. Grayscale: #C6C6C6. Windows color (decimal): -1523819 or 9813992. OLE color: 9813992.

HSL color Cylindrical-coordinate representation of color #E8BF95: hue angle of 30.36º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8BF95 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232191149-
CMYK00.180.360.09
HSL30.36º64.34%74.71%-
HSV(B)30.36º35.78%90.98%-
XYZ57.3356.5936.33-
YUV198.47100.08151.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=40.56%
G=33.39%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219114900.180.360.0930.3664.3474.71
HexE8BF950122491e404b
Octal350277225022441136100113
Binary11101000101111111001010101001010010010011111010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BF95; }

 p { color: rgb(232,191,149); }

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

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

 a { background-color: rgb(232,191,149); }

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

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

 span { border-color: rgb(232,191,149); }

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