#E1AE93

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

Shades of Pancho #E1AE93

Tints of Pancho #E1AE93

Color information

#E1AE93 (or 0xE1AE93) is unknown color: approx Pancho. HEX triplet: E1, AE and 93. RGB value is (225,174,147). Sum of RGB (Red+Green+Blue) = 225+174+147=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AE93 is #1E516C. Grayscale: #BABABA. Windows color (decimal): -1986925 or 9678561. OLE color: 9678561.

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

Color convert

RGB225174147-
CMYK00.230.350.12
HSL20.77º56.52%72.94%-
HSV(B)20.77º34.67%88.24%-
XYZ51.4548.3934.23-
YUV186.17105.9155.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=41.21%
G=31.87%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517414700.230.350.1220.7756.5272.94
HexE1AE9301723C153949
Octal34125622302743142571111
Binary1110000110101110100100110101111000111100101011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE93; }

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

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

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

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

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

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

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

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