#E2B78D

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

Shades of Pancho #E2B78D

Tints of Pancho #E2B78D

Color information

#E2B78D (or 0xE2B78D) is unknown color: approx Pancho. HEX triplet: E2, B7 and 8D. RGB value is (226,183,141). Sum of RGB (Red+Green+Blue) = 226+183+141=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B78D is #1D4872. Grayscale: #BFBFBF. Windows color (decimal): -1919091 or 9287650. OLE color: 9287650.

HSL color Cylindrical-coordinate representation of color #E2B78D: hue angle of 29.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2B78D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226183141-
CMYK00.190.380.11
HSL29.65º59.44%71.96%-
HSV(B)29.65º37.61%88.63%-
XYZ53.1151.9632.43-
YUV191.0799.75152.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=41.09%
G=33.27%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618314100.190.380.1129.6559.4471.96
HexE2B78D01326B1e3b48
Octal34226721502346133673110
Binary1110001010110111100011010100111001101011111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B78D; }

 p { color: rgb(226,183,141); }

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

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

 a { background-color: rgb(226,183,141); }

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

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

 span { border-color: rgb(226,183,141); }

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