#EAB48D

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

Shades of Pancho #EAB48D

Tints of Pancho #EAB48D

Color information

#EAB48D (or 0xEAB48D) is unknown color: approx Pancho. HEX triplet: EA, B4 and 8D. RGB value is (234,180,141). Sum of RGB (Red+Green+Blue) = 234+180+141=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB48D is #154B72. Grayscale: #BFBFBF. Windows color (decimal): -1395571 or 9286890. OLE color: 9286890.

HSL color Cylindrical-coordinate representation of color #EAB48D: hue angle of 25.16º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAB48D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234180141-
CMYK00.230.400.08
HSL25.16º68.89%73.53%-
HSV(B)25.16º39.74%91.76%-
XYZ55.0652.0632.35-
YUV191.799.39158.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=42.16%
G=32.43%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418014100.230.400.0825.1668.8973.53
HexEAB48D01728819454a
Octal352264215027501031105112
Binary11101010101101001000110101011110100010001100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB48D; }

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

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

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

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

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

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

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

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