#EABC97

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

Shades of Pancho #EABC97

Tints of Pancho #EABC97

Color information

#EABC97 (or 0xEABC97) is unknown color: approx Pancho. HEX triplet: EA, BC and 97. RGB value is (234,188,151). Sum of RGB (Red+Green+Blue) = 234+188+151=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC97 is #154368. Grayscale: #C5C5C5. Windows color (decimal): -1393513 or 9944298. OLE color: 9944298.

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

Color convert

RGB234188151-
CMYK00.200.350.08
HSL26.75º66.4%75.49%-
HSV(B)26.75º35.47%91.76%-
XYZ57.555.6937-
YUV197.54101.74154.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=40.84%
G=32.81%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418815100.200.350.0826.7566.475.49
HexEABC970142381b424b
Octal352274227024431033102113
Binary11101010101111001001011101010010001110001101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC97; }

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

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

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

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

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

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

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

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