#E1BD92

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

Shades of Pancho #E1BD92

Tints of Pancho #E1BD92

Color information

#E1BD92 (or 0xE1BD92) is unknown color: approx Pancho. HEX triplet: E1, BD and 92. RGB value is (225,189,146). Sum of RGB (Red+Green+Blue) = 225+189+146=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD92 is #1E426D. Grayscale: #C3C3C3. Windows color (decimal): -1983086 or 9616865. OLE color: 9616865.

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

Color convert

RGB225189146-
CMYK00.160.350.12
HSL32.66º56.83%72.75%-
HSV(B)32.66º35.11%88.24%-
XYZ54.4454.4834.84-
YUV194.86100.43149.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=40.18%
G=33.75%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518914600.160.350.1232.6656.8372.75
HexE1BD9201023C213949
Octal34127522202043144171111
Binary11100001101111011001001001000010001111001000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD92; }

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

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

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

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

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

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

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

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