#E2B994

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

Shades of Pancho #E2B994

Tints of Pancho #E2B994

Color information

#E2B994 (or 0xE2B994) is unknown color: approx Pancho. HEX triplet: E2, B9 and 94. RGB value is (226,185,148). Sum of RGB (Red+Green+Blue) = 226+185+148=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B994 is #1D466B. Grayscale: #C1C1C1. Windows color (decimal): -1918572 or 9746914. OLE color: 9746914.

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

Color convert

RGB226185148-
CMYK00.180.350.11
HSL28.46º57.35%73.33%-
HSV(B)28.46º34.51%88.63%-
XYZ54.065335.4-
YUV193.04102.58151.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=40.43%
G=33.09%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618514800.180.350.1128.4657.3573.33
HexE2B99401223B1c3949
Octal34227122402243133471111
Binary1110001010111001100101000100101000111011111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B994; }

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

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

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

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

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

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

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

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