#E2BC8F

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

Shades of Pancho #E2BC8F

Tints of Pancho #E2BC8F

Color information

#E2BC8F (or 0xE2BC8F) is unknown color: approx Pancho. HEX triplet: E2, BC and 8F. RGB value is (226,188,143). Sum of RGB (Red+Green+Blue) = 226+188+143=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BC8F is #1D4370. Grayscale: #C2C2C2. Windows color (decimal): -1917809 or 9420002. OLE color: 9420002.

HSL color Cylindrical-coordinate representation of color #E2BC8F: hue angle of 32.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2BC8F is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB226188143-
CMYK00.170.370.11
HSL32.53º58.87%72.35%-
HSV(B)32.53º36.73%88.63%-
XYZ54.3154.1233.57-
YUV194.2399.09150.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=40.57%
G=33.75%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618814300.170.370.1132.5358.8772.35
HexE2BC8F01125B213b48
Octal34227421702145134173110
Binary11100010101111001000111101000110010110111000011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC8F; }

 p { color: rgb(226,188,143); }

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

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

 a { background-color: rgb(226,188,143); }

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

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

 span { border-color: rgb(226,188,143); }

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