#E2BD94

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

Shades of Pancho #E2BD94

Tints of Pancho #E2BD94

Color information

#E2BD94 (or 0xE2BD94) is unknown color: approx Pancho. HEX triplet: E2, BD and 94. RGB value is (226,189,148). Sum of RGB (Red+Green+Blue) = 226+189+148=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD94 is #1D426B. Grayscale: #C3C3C3. Windows color (decimal): -1917548 or 9747938. OLE color: 9747938.

HSL color Cylindrical-coordinate representation of color #E2BD94: hue angle of 31.54º 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 #E2BD94 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226189148-
CMYK00.160.350.11
HSL31.54º57.35%73.33%-
HSV(B)31.54º34.51%88.63%-
XYZ54.9154.735.68-
YUV195.39101.26149.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=40.14%
G=33.57%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618914800.160.350.1131.5457.3573.33
HexE2BD9401023B203949
Octal34227522402043134071111
Binary11100010101111011001010001000010001110111000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BD94; }

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

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

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

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

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

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

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

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