#E6BE95

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

Shades of Pancho #E6BE95

Tints of Pancho #E6BE95

Color information

#E6BE95 (or 0xE6BE95) is unknown color: approx Pancho. HEX triplet: E6, BE and 95. RGB value is (230,190,149). Sum of RGB (Red+Green+Blue) = 230+190+149=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE95 is #19416A. Grayscale: #C5C5C5. Windows color (decimal): -1655147 or 9813734. OLE color: 9813734.

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

Color convert

RGB230190149-
CMYK00.170.350.10
HSL30.37º61.83%74.31%-
HSV(B)30.37º35.22%90.2%-
XYZ56.4755.8236.23-
YUV197.29100.75151.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=40.42%
G=33.39%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019014900.170.350.1030.3761.8374.31
HexE6BE9501123A1e3e4a
Octal34627622502143123676112
Binary1110011010111110100101010100011000111010111101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BE95; }

 p { color: rgb(230,190,149); }

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

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

 a { background-color: rgb(230,190,149); }

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

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

 span { border-color: rgb(230,190,149); }

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