#E1B79A

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

Shades of Pancho #E1B79A

Tints of Pancho #E1B79A

Color information

#E1B79A (or 0xE1B79A) is unknown color: approx Pancho. HEX triplet: E1, B7 and 9A. RGB value is (225,183,154). Sum of RGB (Red+Green+Blue) = 225+183+154=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B79A is #1E4865. Grayscale: #C0C0C0. Windows color (decimal): -1984614 or 10139617. OLE color: 10139617.

HSL color Cylindrical-coordinate representation of color #E1B79A: hue angle of 24.51º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1B79A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225183154-
CMYK00.190.320.12
HSL24.51º54.2%74.31%-
HSV(B)24.51º31.56%88.24%-
XYZ53.8252.2137.81-
YUV192.25106.41151.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=40.04%
G=32.56%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518315400.190.320.1224.5154.274.31
HexE1B79A01320C19364a
Octal34126723202340143166112
Binary1110000110110111100110100100111000001100110011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B79A; }

 p { color: rgb(225,183,154); }

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

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

 a { background-color: rgb(225,183,154); }

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

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

 span { border-color: rgb(225,183,154); }

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