#E6B394

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

Shades of Pancho #E6B394

Tints of Pancho #E6B394

Color information

#E6B394 (or 0xE6B394) is unknown color: approx Pancho. HEX triplet: E6, B3 and 94. RGB value is (230,179,148). Sum of RGB (Red+Green+Blue) = 230+179+148=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B394 is #194C6B. Grayscale: #BEBEBE. Windows color (decimal): -1657964 or 9745382. OLE color: 9745382.

HSL color Cylindrical-coordinate representation of color #E6B394: hue angle of 22.68º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6B394 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230179148-
CMYK00.220.360.10
HSL22.68º62.12%74.12%-
HSV(B)22.68º35.65%90.2%-
XYZ54.151.235.05-
YUV190.71103.9156.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.29%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=41.29%
G=32.14%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017914800.220.360.1022.6862.1274.12
HexE6B39401624A173e4a
Octal34626322402644122776112
Binary1110011010110011100101000101101001001010101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B394; }

 p { color: rgb(230,179,148); }

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

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

 a { background-color: rgb(230,179,148); }

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

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

 span { border-color: rgb(230,179,148); }

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