#E7B48F

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

Shades of Pancho #E7B48F

Tints of Pancho #E7B48F

Color information

#E7B48F (or 0xE7B48F) is unknown color: approx Pancho. HEX triplet: E7, B4 and 8F. RGB value is (231,180,143). Sum of RGB (Red+Green+Blue) = 231+180+143=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B48F is #184B70. Grayscale: #BFBFBF. Windows color (decimal): -1592177 or 9417959. OLE color: 9417959.

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

Color convert

RGB231180143-
CMYK00.220.380.09
HSL25.23º64.71%73.33%-
HSV(B)25.23º38.1%90.59%-
XYZ54.2351.6133.09-
YUV191.03100.9156.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 143 (56.25% from 255) = 25.81%
R=41.70%
G=32.49%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118014300.220.380.0925.2364.7173.33
HexE7B48F016269194149
Octal347264217026461131101111
Binary11100111101101001000111101011010011010011100110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B48F; }

 p { color: rgb(231,180,143); }

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

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

 a { background-color: rgb(231,180,143); }

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

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

 span { border-color: rgb(231,180,143); }

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