#EAB48F

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

Shades of Pancho #EAB48F

Tints of Pancho #EAB48F

Color information

#EAB48F (or 0xEAB48F) is unknown color: approx Pancho. HEX triplet: EA, B4 and 8F. RGB value is (234,180,143). Sum of RGB (Red+Green+Blue) = 234+180+143=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB48F is #154B70. Grayscale: #C0C0C0. Windows color (decimal): -1395569 or 9417962. OLE color: 9417962.

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

Color convert

RGB234180143-
CMYK00.230.390.08
HSL24.4º68.42%73.92%-
HSV(B)24.4º38.89%91.76%-
XYZ55.2152.1233.14-
YUV191.93100.39158.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=42.01%
G=32.32%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418014300.230.390.0824.468.4273.92
HexEAB48F01727818444a
Octal352264217027471030104112
Binary11101010101101001000111101011110011110001100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB48F; }

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

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

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

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

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

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

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

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