#E2BF92

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

Shades of Pancho #E2BF92

Tints of Pancho #E2BF92

Color information

#E2BF92 (or 0xE2BF92) is unknown color: approx Pancho. HEX triplet: E2, BF and 92. RGB value is (226,191,146). Sum of RGB (Red+Green+Blue) = 226+191+146=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF92 is #1D406D. Grayscale: #C4C4C4. Windows color (decimal): -1917038 or 9617378. OLE color: 9617378.

HSL color Cylindrical-coordinate representation of color #E2BF92: hue angle of 33.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2BF92 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226191146-
CMYK00.150.350.11
HSL33.75º57.97%72.94%-
HSV(B)33.75º35.4%88.63%-
XYZ55.1855.5135-
YUV196.3399.6149.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=40.14%
G=33.93%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619114600.150.350.1133.7557.9772.94
HexE2BF920F23B223a49
Octal34227722201743134272111
Binary1110001010111111100100100111110001110111000101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF92; }

 p { color: rgb(226,191,146); }

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

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

 a { background-color: rgb(226,191,146); }

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

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

 span { border-color: rgb(226,191,146); }

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