#E7BE8E

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

Shades of Pancho #E7BE8E

Tints of Pancho #E7BE8E

Color information

#E7BE8E (or 0xE7BE8E) is unknown color: approx Pancho. HEX triplet: E7, BE and 8E. RGB value is (231,190,142). Sum of RGB (Red+Green+Blue) = 231+190+142=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE8E is #184171. Grayscale: #C5C5C5. Windows color (decimal): -1589618 or 9354983. OLE color: 9354983.

HSL color Cylindrical-coordinate representation of color #E7BE8E: hue angle of 32.36º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7BE8E is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231190142-
CMYK00.180.390.09
HSL32.36º64.96%73.14%-
HSV(B)32.36º38.53%90.59%-
XYZ56.2555.7733.39-
YUV196.7997.08152.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=41.03%
G=33.75%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119014200.180.390.0932.3664.9673.14
HexE7BE8E012279204149
Octal347276216022471140101111
Binary111001111011111010001110010010100111100110000010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BE8E; }

 p { color: rgb(231,190,142); }

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

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

 a { background-color: rgb(231,190,142); }

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

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

 span { border-color: rgb(231,190,142); }

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