#EABC91

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

Shades of Pancho #EABC91

Tints of Pancho #EABC91

Color information

#EABC91 (or 0xEABC91) is unknown color: approx Pancho. HEX triplet: EA, BC and 91. RGB value is (234,188,145). Sum of RGB (Red+Green+Blue) = 234+188+145=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC91 is #15436E. Grayscale: #C5C5C5. Windows color (decimal): -1393519 or 9551082. OLE color: 9551082.

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

Color convert

RGB234188145-
CMYK00.200.380.08
HSL28.99º67.94%74.31%-
HSV(B)28.99º38.03%91.76%-
XYZ57.0355.534.5-
YUV196.8598.74154.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 145 (57.03% from 255) = 25.57%
R=41.27%
G=33.16%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418814500.200.380.0828.9967.9474.31
HexEABC910142681d444a
Octal352274221024461035104112
Binary11101010101111001001000101010010011010001110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC91; }

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

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

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

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

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

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

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

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