#EABB95

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

Shades of Pancho #EABB95

Tints of Pancho #EABB95

Color information

#EABB95 (or 0xEABB95) is unknown color: approx Pancho. HEX triplet: EA, BB and 95. RGB value is (234,187,149). Sum of RGB (Red+Green+Blue) = 234+187+149=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB95 is #15446A. Grayscale: #C4C4C4. Windows color (decimal): -1393771 or 9812970. OLE color: 9812970.

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

Color convert

RGB234187149-
CMYK00.200.360.08
HSL26.82º66.93%75.1%-
HSV(B)26.82º36.32%91.76%-
XYZ57.1355.236.08-
YUV196.72101.07154.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=41.05%
G=32.81%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418714900.200.360.0826.8266.9375.1
HexEABB950142481b434b
Octal352273225024441033103113
Binary11101010101110111001010101010010010010001101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB95; }

 p { color: rgb(234,187,149); }

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

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

 a { background-color: rgb(234,187,149); }

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

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

 span { border-color: rgb(234,187,149); }

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