#E1BE98

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

Shades of Pancho #E1BE98

Tints of Pancho #E1BE98

Color information

#E1BE98 (or 0xE1BE98) is unknown color: approx Pancho. HEX triplet: E1, BE and 98. RGB value is (225,190,152). Sum of RGB (Red+Green+Blue) = 225+190+152=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE98 is #1E4167. Grayscale: #C4C4C4. Windows color (decimal): -1982824 or 10010337. OLE color: 10010337.

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

Color convert

RGB225190152-
CMYK00.160.320.12
HSL31.23º54.89%73.92%-
HSV(B)31.23º32.44%88.24%-
XYZ55.1355.137.44-
YUV196.13103.1148.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=39.68%
G=33.51%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519015200.160.320.1231.2354.8973.92
HexE1BE9801020C1f374a
Octal34127623002040143767112
Binary1110000110111110100110000100001000001100111111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE98; }

 p { color: rgb(225,190,152); }

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

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

 a { background-color: rgb(225,190,152); }

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

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

 span { border-color: rgb(225,190,152); }

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