#E7BC90

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

Shades of Pancho #E7BC90

Tints of Pancho #E7BC90

Color information

#E7BC90 (or 0xE7BC90) is unknown color: approx Pancho. HEX triplet: E7, BC and 90. RGB value is (231,188,144). Sum of RGB (Red+Green+Blue) = 231+188+144=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC90 is #18436F. Grayscale: #C4C4C4. Windows color (decimal): -1590128 or 9485543. OLE color: 9485543.

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

Color convert

RGB231188144-
CMYK00.190.380.09
HSL30.34º64.44%73.53%-
HSV(B)30.34º37.66%90.59%-
XYZ55.9754.9734.05-
YUV195.8498.75153.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=41.03%
G=33.39%
B=25.58%

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
Decimal23118814400.190.380.0930.3464.4473.53
HexE7BC900132691e404a
Octal347274220023461136100112
Binary11100111101111001001000001001110011010011111010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BC90; }

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

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

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

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

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

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

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

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