#E2BD92

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

Shades of Pancho #E2BD92

Tints of Pancho #E2BD92

Color information

#E2BD92 (or 0xE2BD92) is unknown color: approx Pancho. HEX triplet: E2, BD and 92. RGB value is (226,189,146). Sum of RGB (Red+Green+Blue) = 226+189+146=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BD92 is #1D426D. Grayscale: #C3C3C3. Windows color (decimal): -1917550 or 9616866. OLE color: 9616866.

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

Color convert

RGB226189146-
CMYK00.160.350.11
HSL32.25º57.97%72.94%-
HSV(B)32.25º35.4%88.63%-
XYZ54.7554.6434.85-
YUV195.16100.26150-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=40.29%
G=33.69%
B=26.02%

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
Decimal22618914600.160.350.1132.2557.9772.94
HexE2BD9201023B203a49
Octal34227522202043134072111
Binary11100010101111011001001001000010001110111000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BD92; }

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

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

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

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

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

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

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

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