#EAB892

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

Shades of Pancho #EAB892

Tints of Pancho #EAB892

Color information

#EAB892 (or 0xEAB892) is unknown color: approx Pancho. HEX triplet: EA, B8 and 92. RGB value is (234,184,146). Sum of RGB (Red+Green+Blue) = 234+184+146=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB892 is #15476D. Grayscale: #C2C2C2. Windows color (decimal): -1394542 or 9615594. OLE color: 9615594.

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

Color convert

RGB234184146-
CMYK00.210.380.08
HSL25.91º67.69%74.51%-
HSV(B)25.91º37.61%91.76%-
XYZ56.2653.8534.62-
YUV194.62100.56156.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=41.49%
G=32.62%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418414600.210.380.0825.9167.6974.51
HexEAB8920152681a444b
Octal352270222025461032104113
Binary11101010101110001001001001010110011010001101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB892; }

 p { color: rgb(234,184,146); }

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

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

 a { background-color: rgb(234,184,146); }

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

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

 span { border-color: rgb(234,184,146); }

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