#E1B792

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

Shades of Pancho #E1B792

Tints of Pancho #E1B792

Color information

#E1B792 (or 0xE1B792) is unknown color: approx Pancho. HEX triplet: E1, B7 and 92. RGB value is (225,183,146). Sum of RGB (Red+Green+Blue) = 225+183+146=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B792 is #1E486D. Grayscale: #BFBFBF. Windows color (decimal): -1984622 or 9615329. OLE color: 9615329.

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

Color convert

RGB225183146-
CMYK00.190.350.12
HSL28.1º56.83%72.75%-
HSV(B)28.1º35.11%88.24%-
XYZ53.1751.9534.42-
YUV191.34102.41152.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=40.61%
G=33.03%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518314600.190.350.1228.156.8372.75
HexE1B79201323C1c3949
Octal34126722202343143471111
Binary1110000110110111100100100100111000111100111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B792; }

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

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

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

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

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

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

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

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