#E5BC98

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

Shades of Pancho #E5BC98

Tints of Pancho #E5BC98

Color information

#E5BC98 (or 0xE5BC98) is unknown color: approx Pancho. HEX triplet: E5, BC and 98. RGB value is (229,188,152). Sum of RGB (Red+Green+Blue) = 229+188+152=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC98 is #1A4367. Grayscale: #C4C4C4. Windows color (decimal): -1721192 or 10009829. OLE color: 10009829.

HSL color Cylindrical-coordinate representation of color #E5BC98: hue angle of 28.05º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5BC98 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229188152-
CMYK00.180.340.10
HSL28.05º59.69%74.71%-
HSV(B)28.05º33.62%89.8%-
XYZ55.9654.8937.35-
YUV196.16103.08151.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.25%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 152 (59.77% from 255) = 26.71%
R=40.25%
G=33.04%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918815200.180.340.1028.0559.6974.71
HexE5BC9801222A1c3c4b
Octal34527423002242123474113
Binary1110010110111100100110000100101000101010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC98; }

 p { color: rgb(229,188,152); }

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

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

 a { background-color: rgb(229,188,152); }

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

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

 span { border-color: rgb(229,188,152); }

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