#E5B98D

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

Shades of Pancho #E5B98D

Tints of Pancho #E5B98D

Color information

#E5B98D (or 0xE5B98D) is unknown color: approx Pancho. HEX triplet: E5, B9 and 8D. RGB value is (229,185,141). Sum of RGB (Red+Green+Blue) = 229+185+141=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B98D is #1A4672. Grayscale: #C1C1C1. Windows color (decimal): -1721971 or 9288165. OLE color: 9288165.

HSL color Cylindrical-coordinate representation of color #E5B98D: hue angle of 30º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5B98D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229185141-
CMYK00.190.380.10
HSL30º62.86%72.55%-
HSV(B)30º38.43%89.8%-
XYZ54.4753.2832.61-
YUV193.1498.58153.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=41.26%
G=33.33%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918514100.190.380.103062.8672.55
HexE5B98D01326A1e3f49
Octal34527121502346123677111
Binary1110010110111001100011010100111001101010111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B98D; }

 p { color: rgb(229,185,141); }

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

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

 a { background-color: rgb(229,185,141); }

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

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

 span { border-color: rgb(229,185,141); }

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