#E4BC9B

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

Shades of Pancho #E4BC9B

Tints of Pancho #E4BC9B

Color information

#E4BC9B (or 0xE4BC9B) is unknown color: approx Pancho. HEX triplet: E4, BC and 9B. RGB value is (228,188,155). Sum of RGB (Red+Green+Blue) = 228+188+155=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BC9B is #1B4364. Grayscale: #C4C4C4. Windows color (decimal): -1786725 or 10206436. OLE color: 10206436.

HSL color Cylindrical-coordinate representation of color #E4BC9B: hue angle of 27.12º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4BC9B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228188155-
CMYK00.180.320.11
HSL27.12º57.48%75.1%-
HSV(B)27.12º32.02%89.41%-
XYZ55.8954.8338.65-
YUV196.2104.75150.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.93%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=39.93%
G=32.92%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818815500.180.320.1127.1257.4875.1
HexE4BC9B01220B1b394b
Octal34427423302240133371113
Binary1110010010111100100110110100101000001011110111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BC9B; }

 p { color: rgb(228,188,155); }

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

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

 a { background-color: rgb(228,188,155); }

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

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

 span { border-color: rgb(228,188,155); }

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