#E9B995

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

Shades of Pancho #E9B995

Tints of Pancho #E9B995

Color information

#E9B995 (or 0xE9B995) is unknown color: approx Pancho. HEX triplet: E9, B9 and 95. RGB value is (233,185,149). Sum of RGB (Red+Green+Blue) = 233+185+149=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B995 is #16466A. Grayscale: #C3C3C3. Windows color (decimal): -1459819 or 9812457. OLE color: 9812457.

HSL color Cylindrical-coordinate representation of color #E9B995: hue angle of 25.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9B995 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233185149-
CMYK00.210.360.09
HSL25.71º65.62%74.9%-
HSV(B)25.71º36.05%91.37%-
XYZ56.3854.1935.92-
YUV195.25101.9154.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=41.09%
G=32.63%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318514900.210.360.0925.7165.6274.9
HexE9B9950152491a424b
Octal351271225025441132102113
Binary11101001101110011001010101010110010010011101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B995; }

 p { color: rgb(233,185,149); }

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

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

 a { background-color: rgb(233,185,149); }

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

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

 span { border-color: rgb(233,185,149); }

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