#E2BF99

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

Shades of Pancho #E2BF99

Tints of Pancho #E2BF99

Color information

#E2BF99 (or 0xE2BF99) is unknown color: approx Pancho. HEX triplet: E2, BF and 99. RGB value is (226,191,153). Sum of RGB (Red+Green+Blue) = 226+191+153=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BF99 is #1D4066. Grayscale: #C5C5C5. Windows color (decimal): -1917031 or 10076130. OLE color: 10076130.

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

Color convert

RGB226191153-
CMYK00.150.320.11
HSL31.23º55.73%74.31%-
HSV(B)31.23º32.3%88.63%-
XYZ55.7455.7337.96-
YUV197.13103.1148.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=39.65%
G=33.51%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619115300.150.320.1131.2355.7374.31
HexE2BF990F20B1f384a
Octal34227723101740133770112
Binary111000101011111110011001011111000001011111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF99; }

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

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

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

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

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

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

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

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