#E5BB92

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

Shades of Pancho #E5BB92

Tints of Pancho #E5BB92

Color information

#E5BB92 (or 0xE5BB92) is unknown color: approx Pancho. HEX triplet: E5, BB and 92. RGB value is (229,187,146). Sum of RGB (Red+Green+Blue) = 229+187+146=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB92 is #1A446D. Grayscale: #C3C3C3. Windows color (decimal): -1721454 or 9616357. OLE color: 9616357.

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

Color convert

RGB229187146-
CMYK00.180.360.10
HSL29.64º61.48%73.53%-
HSV(B)29.64º36.24%89.8%-
XYZ55.2754.2734.76-
YUV194.88100.41152.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=40.75%
G=33.27%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918714600.180.360.1029.6461.4873.53
HexE5BB9201224A1e3d4a
Octal34527322202244123675112
Binary1110010110111011100100100100101001001010111101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BB92; }

 p { color: rgb(229,187,146); }

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

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

 a { background-color: rgb(229,187,146); }

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

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

 span { border-color: rgb(229,187,146); }

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