#E7B290

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

Shades of Pancho #E7B290

Tints of Pancho #E7B290

Color information

#E7B290 (or 0xE7B290) is unknown color: approx Pancho. HEX triplet: E7, B2 and 90. RGB value is (231,178,144). Sum of RGB (Red+Green+Blue) = 231+178+144=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B290 is #184D6F. Grayscale: #BEBEBE. Windows color (decimal): -1592688 or 9482983. OLE color: 9482983.

HSL color Cylindrical-coordinate representation of color #E7B290: hue angle of 23.45º 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 #E7B290 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231178144-
CMYK00.230.380.09
HSL23.45º64.44%73.53%-
HSV(B)23.45º37.66%90.59%-
XYZ53.9150.8433.36-
YUV189.97102.06157.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=41.77%
G=32.19%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117814400.230.380.0923.4564.4473.53
HexE7B29001726917404a
Octal347262220027461127100112
Binary11100111101100101001000001011110011010011011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B290; }

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

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

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

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

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

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

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

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