#E1AE94

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

Shades of Pancho #E1AE94

Tints of Pancho #E1AE94

Color information

#E1AE94 (or 0xE1AE94) is unknown color: approx Pancho. HEX triplet: E1, AE and 94. RGB value is (225,174,148). Sum of RGB (Red+Green+Blue) = 225+174+148=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AE94 is #1E516B. Grayscale: #BABABA. Windows color (decimal): -1986924 or 9744097. OLE color: 9744097.

HSL color Cylindrical-coordinate representation of color #E1AE94: hue angle of 20.26º 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 #E1AE94 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225174148-
CMYK00.230.340.12
HSL20.26º56.2%73.14%-
HSV(B)20.26º34.22%88.24%-
XYZ51.5348.4234.65-
YUV186.28106.4155.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=41.13%
G=31.81%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517414800.230.340.1220.2656.273.14
HexE1AE9401722C143849
Octal34125622402742142470111
Binary1110000110101110100101000101111000101100101001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE94; }

 p { color: rgb(225,174,148); }

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

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

 a { background-color: rgb(225,174,148); }

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

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

 span { border-color: rgb(225,174,148); }

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