#e8b48e

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

Shades of Pancho #E8B48E

Tints of Pancho #E8B48E

Color information

#E8B48E (or 0xE8B48E) is unknown color: approx Pancho. HEX triplet: E8, B4 and 8E. RGB value is (232,180,142). Sum of RGB (Red+Green+Blue) = 232+180+142=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B48E is #174B71. Grayscale: #BFBFBF. Windows color (decimal): -1526642 or 9352424. OLE color: 9352424.

HSL color Cylindrical-coordinate representation of color #E8B48E: hue angle of 25.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8B48E is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232180142-
CMYK00.220.390.09
HSL25.33º66.18%73.33%-
HSV(B)25.33º38.79%90.98%-
XYZ54.4851.7532.71-
YUV191.22100.23157.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.88%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=41.88%
G=32.49%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218014200.220.390.0925.3366.1873.33
HexE8B48E016279194249
Octal350264216026471131102111
Binary11101000101101001000111001011010011110011100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8b48e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8b48e; }

 p { color: rgb(232,180,142); }

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

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

 a { background-color: rgb(232,180,142); }

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

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

 span { border-color: rgb(232,180,142); }

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