#EAB591

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

Shades of Pancho #EAB591

Tints of Pancho #EAB591

Color information

#EAB591 (or 0xEAB591) is unknown color: approx Pancho. HEX triplet: EA, B5 and 91. RGB value is (234,181,145). Sum of RGB (Red+Green+Blue) = 234+181+145=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB591 is #154A6E. Grayscale: #C0C0C0. Windows color (decimal): -1395311 or 9549290. OLE color: 9549290.

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

Color convert

RGB234181145-
CMYK00.230.380.08
HSL24.27º67.94%74.31%-
HSV(B)24.27º38.03%91.76%-
XYZ55.5752.5834.01-
YUV192.74101.06157.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=41.79%
G=32.32%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418114500.230.380.0824.2767.9474.31
HexEAB59101726818444a
Octal352265221027461030104112
Binary11101010101101011001000101011110011010001100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB591; }

 p { color: rgb(234,181,145); }

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

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

 a { background-color: rgb(234,181,145); }

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

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

 span { border-color: rgb(234,181,145); }

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