#E8B48F

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

Shades of Pancho #E8B48F

Tints of Pancho #E8B48F

Color information

#E8B48F (or 0xE8B48F) is unknown color: approx Pancho. HEX triplet: E8, B4 and 8F. RGB value is (232,180,143). Sum of RGB (Red+Green+Blue) = 232+180+143=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B48F is #174B70. Grayscale: #BFBFBF. Windows color (decimal): -1526641 or 9417960. OLE color: 9417960.

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

Color convert

RGB232180143-
CMYK00.220.380.09
HSL24.94º65.93%73.53%-
HSV(B)24.94º38.36%90.98%-
XYZ54.5651.7833.11-
YUV191.33100.73157.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 143 (56.25% from 255) = 25.77%
R=41.80%
G=32.43%
B=25.77%

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
Decimal23218014300.220.380.0924.9465.9373.53
HexE8B48F01626919424a
Octal350264217026461131102112
Binary11101000101101001000111101011010011010011100110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B48F; }

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

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

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

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

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

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

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

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