#E1B998

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

Shades of Pancho #E1B998

Tints of Pancho #E1B998

Color information

#E1B998 (or 0xE1B998) is unknown color: approx Pancho. HEX triplet: E1, B9 and 98. RGB value is (225,185,152). Sum of RGB (Red+Green+Blue) = 225+185+152=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B998 is #1E4667. Grayscale: #C1C1C1. Windows color (decimal): -1984104 or 10009057. OLE color: 10009057.

HSL color Cylindrical-coordinate representation of color #E1B998: hue angle of 27.12º degrees, saturation: 0.55, 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 #E1B998 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225185152-
CMYK00.180.320.12
HSL27.12º54.89%73.92%-
HSV(B)27.12º32.44%88.24%-
XYZ54.0752.9737.08-
YUV193.2104.75150.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=40.04%
G=32.92%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518515200.180.320.1227.1254.8973.92
HexE1B99801220C1b374a
Octal34127123002240143367112
Binary1110000110111001100110000100101000001100110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B998; }

 p { color: rgb(225,185,152); }

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

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

 a { background-color: rgb(225,185,152); }

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

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

 span { border-color: rgb(225,185,152); }

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