#E2BF93

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

Shades of Pancho #E2BF93

Tints of Pancho #E2BF93

Color information

#E2BF93 (or 0xE2BF93) is unknown color: approx Pancho. HEX triplet: E2, BF and 93. RGB value is (226,191,147). Sum of RGB (Red+Green+Blue) = 226+191+147=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF93 is #1D406C. Grayscale: #C4C4C4. Windows color (decimal): -1917037 or 9682914. OLE color: 9682914.

HSL color Cylindrical-coordinate representation of color #E2BF93: hue angle of 33.42º 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 #E2BF93 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226191147-
CMYK00.150.350.11
HSL33.42º57.66%73.14%-
HSV(B)33.42º34.96%88.63%-
XYZ55.2655.5435.41-
YUV196.45100.1149.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 147 (57.81% from 255) = 26.06%
R=40.07%
G=33.87%
B=26.06%

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
Decimal22619114700.150.350.1133.4257.6673.14
HexE2BF930F23B213a49
Octal34227722301743134172111
Binary1110001010111111100100110111110001110111000011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF93; }

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

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

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

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

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

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

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

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