#E7B692

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

Shades of Pancho #E7B692

Tints of Pancho #E7B692

Color information

#E7B692 (or 0xE7B692) is unknown color: approx Pancho. HEX triplet: E7, B6 and 92. RGB value is (231,182,146). Sum of RGB (Red+Green+Blue) = 231+182+146=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B692 is #18496D. Grayscale: #C0C0C0. Windows color (decimal): -1591662 or 9615079. OLE color: 9615079.

HSL color Cylindrical-coordinate representation of color #E7B692: hue angle of 25.41º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7B692 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB231182146-
CMYK00.210.370.09
HSL25.41º63.91%73.92%-
HSV(B)25.41º36.8%90.59%-
XYZ54.8752.5234.44-
YUV192.55101.73155.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=41.32%
G=32.56%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118214600.210.370.0925.4163.9173.92
HexE7B69201525919404a
Octal347266222025451131100112
Binary11100111101101101001001001010110010110011100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B692; }

 p { color: rgb(231,182,146); }

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

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

 a { background-color: rgb(231,182,146); }

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

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

 span { border-color: rgb(231,182,146); }

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