#E1AF95

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

Shades of Pancho #E1AF95

Tints of Pancho #E1AF95

Color information

#E1AF95 (or 0xE1AF95) is unknown color: approx Pancho. HEX triplet: E1, AF and 95. RGB value is (225,175,149). Sum of RGB (Red+Green+Blue) = 225+175+149=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF95 is #1E506A. Grayscale: #BBBBBB. Windows color (decimal): -1986667 or 9809889. OLE color: 9809889.

HSL color Cylindrical-coordinate representation of color #E1AF95: hue angle of 20.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1AF95 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225175149-
CMYK00.220.340.12
HSL20.53º55.88%73.33%-
HSV(B)20.53º33.78%88.24%-
XYZ51.8148.8435.13-
YUV186.99106.56155.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=40.98%
G=31.88%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517514900.220.340.1220.5355.8873.33
HexE1AF9501622C153849
Octal34125722502642142570111
Binary1110000110101111100101010101101000101100101011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF95; }

 p { color: rgb(225,175,149); }

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

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

 a { background-color: rgb(225,175,149); }

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

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

 span { border-color: rgb(225,175,149); }

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