#E7BA90

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

Shades of Pancho #E7BA90

Tints of Pancho #E7BA90

Color information

#E7BA90 (or 0xE7BA90) is unknown color: approx Pancho. HEX triplet: E7, BA and 90. RGB value is (231,186,144). Sum of RGB (Red+Green+Blue) = 231+186+144=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA90 is #18456F. Grayscale: #C2C2C2. Windows color (decimal): -1590640 or 9485031. OLE color: 9485031.

HSL color Cylindrical-coordinate representation of color #E7BA90: hue angle of 28.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7BA90 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231186144-
CMYK00.190.380.09
HSL28.97º64.44%73.53%-
HSV(B)28.97º37.66%90.59%-
XYZ55.5554.1233.9-
YUV194.6799.41153.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=41.18%
G=33.16%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118614400.190.380.0928.9764.4473.53
HexE7BA900132691d404a
Octal347272220023461135100112
Binary11100111101110101001000001001110011010011110110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA90; }

 p { color: rgb(231,186,144); }

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

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

 a { background-color: rgb(231,186,144); }

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

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

 span { border-color: rgb(231,186,144); }

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