#EABA97

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

Shades of Pancho #EABA97

Tints of Pancho #EABA97

Color information

#EABA97 (or 0xEABA97) is unknown color: approx Pancho. HEX triplet: EA, BA and 97. RGB value is (234,186,151). Sum of RGB (Red+Green+Blue) = 234+186+151=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA97 is #154568. Grayscale: #C4C4C4. Windows color (decimal): -1394025 or 9943786. OLE color: 9943786.

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

Color convert

RGB234186151-
CMYK00.210.350.08
HSL25.3º66.4%75.49%-
HSV(B)25.3º35.47%91.76%-
XYZ57.0854.8436.86-
YUV196.36102.4154.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 151 (59.38% from 255) = 26.44%
R=40.98%
G=32.57%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418615100.210.350.0825.366.475.49
HexEABA9701523819424b
Octal352272227025431031102113
Binary11101010101110101001011101010110001110001100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA97; }

 p { color: rgb(234,186,151); }

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

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

 a { background-color: rgb(234,186,151); }

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

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

 span { border-color: rgb(234,186,151); }

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