#E1B994

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

Shades of Pancho #E1B994

Tints of Pancho #E1B994

Color information

#E1B994 (or 0xE1B994) is unknown color: approx Pancho. HEX triplet: E1, B9 and 94. RGB value is (225,185,148). Sum of RGB (Red+Green+Blue) = 225+185+148=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B994 is #1E466B. Grayscale: #C0C0C0. Windows color (decimal): -1984108 or 9746913. OLE color: 9746913.

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

Color convert

RGB225185148-
CMYK00.180.340.12
HSL28.83º56.2%73.14%-
HSV(B)28.83º34.22%88.24%-
XYZ53.7552.8435.38-
YUV192.74102.75151.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=40.32%
G=33.15%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518514800.180.340.1228.8356.273.14
HexE1B99401222C1d3849
Octal34127122402242143570111
Binary1110000110111001100101000100101000101100111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B994; }

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

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

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

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

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

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

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

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