#E6BA8C

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

Shades of Pancho #E6BA8C

Tints of Pancho #E6BA8C

Color information

#E6BA8C (or 0xE6BA8C) is unknown color: approx Pancho. HEX triplet: E6, BA and 8C. RGB value is (230,186,140). Sum of RGB (Red+Green+Blue) = 230+186+140=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BA8C is #194573. Grayscale: #C2C2C2. Windows color (decimal): -1656180 or 9222886. OLE color: 9222886.

HSL color Cylindrical-coordinate representation of color #E6BA8C: hue angle of 30.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6BA8C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230186140-
CMYK00.190.390.10
HSL30.67º64.29%72.55%-
HSV(B)30.67º39.13%90.2%-
XYZ54.9353.8332.31-
YUV193.9197.58153.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 140 (55.08% from 255) = 25.18%
R=41.37%
G=33.45%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018614000.190.390.1030.6764.2972.55
HexE6BA8C01327A1f4049
Octal346272214023471237100111
Binary11100110101110101000110001001110011110101111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BA8C; }

 p { color: rgb(230,186,140); }

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

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

 a { background-color: rgb(230,186,140); }

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

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

 span { border-color: rgb(230,186,140); }

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