#EAB78D

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

Shades of Pancho #EAB78D

Tints of Pancho #EAB78D

Color information

#EAB78D (or 0xEAB78D) is unknown color: approx Pancho. HEX triplet: EA, B7 and 8D. RGB value is (234,183,141). Sum of RGB (Red+Green+Blue) = 234+183+141=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB78D is #154872. Grayscale: #C1C1C1. Windows color (decimal): -1394803 or 9287658. OLE color: 9287658.

HSL color Cylindrical-coordinate representation of color #EAB78D: hue angle of 27.1º 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 #EAB78D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234183141-
CMYK00.220.400.08
HSL27.1º68.89%73.53%-
HSV(B)27.1º39.74%91.76%-
XYZ55.6753.2832.55-
YUV193.4698.4156.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=41.94%
G=32.80%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418314100.220.400.0827.168.8973.53
HexEAB78D0162881b454a
Octal352267215026501033105112
Binary11101010101101111000110101011010100010001101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB78D; }

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

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

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

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

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

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

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

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