#E6BA9C

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

Shades of Pancho #E6BA9C

Tints of Pancho #E6BA9C

Color information

#E6BA9C (or 0xE6BA9C) is unknown color: approx Pancho. HEX triplet: E6, BA and 9C. RGB value is (230,186,156). Sum of RGB (Red+Green+Blue) = 230+186+156=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BA9C is #194563. Grayscale: #C3C3C3. Windows color (decimal): -1656164 or 10271462. OLE color: 10271462.

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

Color convert

RGB230186156-
CMYK00.190.320.10
HSL24.32º59.68%75.69%-
HSV(B)24.32º32.17%90.2%-
XYZ56.1954.3438.98-
YUV195.74105.58152.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=40.21%
G=32.52%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018615600.190.320.1024.3259.6875.69
HexE6BA9C01320A183c4c
Octal34627223402340123074114
Binary1110011010111010100111000100111000001010110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BA9C; }

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

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

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

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

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

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

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

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