#E0B48D

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

Shades of Pancho #E0B48D

Tints of Pancho #E0B48D

Color information

#E0B48D (or 0xE0B48D) is unknown color: approx Pancho. HEX triplet: E0, B4 and 8D. RGB value is (224,180,141). Sum of RGB (Red+Green+Blue) = 224+180+141=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B48D is #1F4B72. Grayscale: #BCBCBC. Windows color (decimal): -2050931 or 9286880. OLE color: 9286880.

HSL color Cylindrical-coordinate representation of color #E0B48D: hue angle of 28.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0B48D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224180141-
CMYK00.200.370.12
HSL28.19º57.24%71.57%-
HSV(B)28.19º37.05%87.84%-
XYZ51.8750.4132.2-
YUV188.71101.08153.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=41.10%
G=33.03%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418014100.200.370.1228.1957.2471.57
HexE0B48D01425C1c3948
Octal34026421502445143471110
Binary1110000010110100100011010101001001011100111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B48D; }

 p { color: rgb(224,180,141); }

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

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

 a { background-color: rgb(224,180,141); }

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

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

 span { border-color: rgb(224,180,141); }

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